Skip to main content

Create And Refresh Token

POST 

/openapi/oauth2/token

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

OK