🔗Access Token
To enable interaction with the Platform API, it is necessary to generate an access token.This access token is subsequently used when making calls to the API.
This access token will remain operational for a 24-hour period.
Access Token
Token Creation
POST
https://<<platform-server>>/ds-api/user-token
Authentication is mandatory, requiring a valid username and password.
Response
Example
output
Token Infos
GET
https://<<platform-server>>/ds-api/user-token?token={user-token}
Authentication is mandatory, requiring a valid username and password.
Query Parameters
Response
Output example
Example
output
Last updated