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 (asBody
); - When
Query
andBody
are filled in at the same time, the request body takes precedence; - Combining
Query
andBody
in one request is not allowed
More details about authorization features can be found in related section.
Request
Responses
- 200
- 403
Request processed successfully
Failed to create JWT token. Refresh token is outdated or not provided