Skip to main content

JWT Token

POST 

/refresh

Request for creating a JWT token to be used as an access token when authorizing requests to other API resources.

Creation of a JWT token requires a Refresh token created at the Developer Portal. However:

  • It can be passed to the server either in the path (as Query) or in the request body (as Body);
  • When Query and Body are filled in at the same time, the request body takes precedence;
  • Combining Query and Body in one request is not allowed

More details about authorization features can be found in related section.

Request

Responses

Request processed successfully