d.0.1.- Valid access

d.0.0.1.- Generate valid token
BodyComments


Bodyurlencoded
grant_type

client_credentials
scope

das-api/office-exchange
client_assertion_type

urn:ietf:params:oauth:client-assertion-type:jwt-bearer
client_assertion

API Request Description

This endpoint allows clients to obtain an authentication token. It is typically used in scenarios where secure access to protected resources is required.

Request

  • Method: POST

  • URL: {{token-url}}

Request Body

The request body must be sent in x-www-form-urlencoded format. Although the specific parameters are not detailed here, it is important to include all required fields as specified by the API documentation. The request body typically includes credentials or other necessary information for authentication.

Response

The response will typically include an authentication token if the request is successful. The structure of the response may include fields such as:

  • token: The generated authentication token.

  • expires_in: The duration (in seconds) for which the token is valid.

  • token_type: The type of token issued (e.g., Bearer).

Ensure to handle the response appropriately to utilize the token for subsequent API requests.
















d.0.2.- Invalid access attempt

  • No labels