Profile Properties
Push properties to a subscriber profile
Requirements
To use the properties endpoint, requests must be made against a base URL of https://api-gw.emotiveapp.co/ Requests are authenticated using an Authorization header with value: Token <YOUR_API_KEY> .
post
Create a profile property.
Body
emailstringOptional
first_namestringOptional
last_namestringOptional
phone_numberstringOptional
platformstring · enumRequiredPossible values:
sourcestringRequired
Responses
202
Webhook Accepted.
application/json
400
Bad Request
application/json
post
/v1/profiles/propertiesLast updated
Was this helpful?