Get Access Token From User/Pass

Body Params
string
enum
required
Defaults to password

This is the type of authentication request being made. 'password' is most common if using username and password from end user to grant access.

Allowed:
string

This is the client_id provided to the developer for accessing the api. Will match with the client_secret

string

This is the client_secret provided to the developer for accessing the api. Will match with the client_id

string

This is the username and logic for the user. This may look like a uid (user@domain) or could be something else if setup diffferent including a email address potentially.

password

This is the password for the user requesting access.

Responses

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