This API request allows you to get 'access_token' (this is log in operation). Besides you will receive additional information and 'refresh_token' (should be used for updating 'access_token' when it become expired).

Response status codes:
200 - you are successfully authorized and you can got your token
400 - you are using invalid grant type
401 - you are trying authorize with invalid credentials
500 - if unhandled and unexpected exception happened

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

User name. Example: ba10e1a9

string
required

Password of the user. Example: e3d9faf2-7604-4d53-918a-06de418427e3

string
required
Defaults to password
Headers
string
required

Calculated token from data in 'Basic Auth'. Example: Basic dHJ1c3RlZGNsaWVudGlkOktBOW9uRXBhODFVcTlhb3E3QnpnOTFiZElkYVlkMQ==

string
required
Defaults to application/x-www-form-urlencoded
Responses

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