Create And Refresh Token
POST/oauth2/tokens/create
This is the second step of the OAuth process. An access token is created using the authorization code from the first step's response. The access token is a key used for API access. These tokens should be protected like passwords.
Request
Responses
- 200
- 401
- 417
- 500
OK
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.
Internal Server Error.