OAuth access token
POST/oauth2/token
This enpoint is used to get access token required to make requests on INFast API. This is a standard OAUth2 endpoint. You'll find more information on Authentication section of documentation. Use your client_id
as username
and your client_secret
as password
.
Request
Responses
- 200
- default
OAUth success response
Error occured. Refere to HTTP status and content for details.