Issue or refresh OAuth tokens
POST/v1/oauth/token
Processes authorization_code, refresh_token or client_credentials and returns the matching token representation.
Request
Responses
- 200
- 400
- 401
- 500
Returns the resulting oauth token representation after issue or refresh oauth tokens completes.
The request is malformed or violates the documented input constraints.
The supplied OAuth client or refresh credential is invalid or no longer active.
An unexpected internal error occurred.