Generate Token
This is a GET request and it is used to "get" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have `id=1`).
A successful GET response will have a `200 OK` status, and should include some kind of response body - for example, HTML web content or JSON data.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a multipart form.
client_id
client_secret
grant_type
Response headers
Host
X-Powered-By
Cache-Control
X-RateLimit-Limit
X-RateLimit-Remaining
Access-Control-Allow-Origin
Response
OK
status
message
access_token
token_type
expires_in
Errors
401
Unauthorized Error
422
Unprocessable Entity Error