OAuth2.0 endpoint

This endpoint provides OAuth2.0 authentication and supports the following grant types:

  • refresh_token – Refreshes an existing access token.
  • password_email – Authenticates a user using an email and password.
Body Params

Authentication request

string

email address of the user.

string

6-digit confirmation code. In sandbox environment, use 123456.

string

password associated with the user account.

string

refresh token used to request a new access token.

Headers
int32
required

partner ID provided by the Key Account Manager.

string
required

OAuth2.0 grant type (refresh_token or password_email).

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json