Retrieves Authentication Token - Marketplace Deployments
get
[host-url]/dt-rest/v2/authentication/token
Steps to authenticate:
- Send a
GETrequest with the required Basic Authentication credentials to the endpoint. - Save the access_token and use it as your Bearer token.
- The token expires after the amount of seconds indicated by 'expires_in'.
- After the token expires, request a new token.
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
a Response object containing the authentication token
Root Schema : TokenDTO
Type:
objectJSON containing access token, refresh token, and other relevant information.
Show Source
401 Response
Unauthorized