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.

circle-info

Please be sure to keep your API access tokens secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.

Last updated

Was this helpful?