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.
Environment
System test environment address is used in the request description as the default. The reason for this is to protect users from accidental operations with real data. Keep this in mind when using interactive description and copying code samples.
You can change the environment in the Request window. Learn more about environments in related article.
Request
Responses
- 200
- 403
Request processed successfully
Failed to create JWT token. Refresh token is outdated or not provided