Authentication
Emotive API uses Personal access tokens to authenticate all requests.
You can view your access token while creating a List Growth API signup.
API requests are authenticated using the Token Auth scheme. To authenticate a request, provide the token in the Authorization header of the request:
curl -H "Authorization: Token <your_access_token>" https://www.emotiveapp.co/subscriber_engine/api/v1/sources/subscriber_lists/Access tokens are tied to the brand user account for which they were created.
Last updated
Was this helpful?