Retrieves Authentication Token - Marketplace Deployments

get

[host-url]/dt-rest/v2/authentication/token

Steps to authenticate:

  1. Send a GET request with the required Basic Authentication credentials to the endpoint.
  2. Save the access_token and use it as your Bearer token.
  3. The token expires after the amount of seconds indicated by 'expires_in'.
  4. 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 Top

Response

Supported Media Types

200 Response

a Response object containing the authentication token
Body ()
Root Schema : TokenDTO
Type: object
JSON containing access token, refresh token, and other relevant information.
Show Source

401 Response

Unauthorized
Back to Top