Get Token
Getting authentificated to request APIs
Last updated
Getting authentificated to request APIs
Last updated
To access some Sirdata's APIs, you must generate an authentication token.
GET
https://partner-api.sddan.com/api/v1/public/auth/partner/:id/token
Have a look of the JSON Body Request and Response
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Partner id
Please note that your partner id refered as id into the Path Parameters (see below) will be provided by your Sirdata's technical AM once API Access has been granted.
Authentification Token created
Once you generate the authentication token, we are ready to request Sirdata's APIs. Include the token from the JSON response as a header in all other API calls.
Below is an example of a header that includes the token used to make subsequent API call.
Please note that both legal and sales agreements must be signed prior, otherwise the authentification token won't allow access.
You can refer to the API Access section for more information.
id
string
Your Sirdata's partner id
login
string
The user's login requesting the authentification token
password
string
The user's password