Authentication

In order to authenticate to the API, you will need an access token.

Before getting one, please make sure to know why you need to use our API.

Use it for your own account

You can get in touch with us at [email protected] to get an access_token

Connect your application with Datananas

If your want to create an integration that will be accessible to your users, please us our Oauth2 authentication flow

You can get in touch with us to set-up your partner account [email protected] and get your client_id and client_secret

📘

Authentication

Please get in touch with our team to get an access token using [email protected]

Access Level

Tokens contain a specific set of scopes that give you access to certain resources, with a certain access level.
For example, we can create a token for a specific integration that will be able to list contacts in the whole company, only get campaigns created by one user, and cannot create new campaigns.

How to authenticate

You need to provide your api token in the Headers :

{
  "Authorization" : "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.etc..."
}