Authentication

This is your first endpoint! Edit this page to start documenting your API.

Use this endpoint to get the bearer token required on OAuth 2.0 auhtentication.

This endpoint returns a JSON containing the acess_token and the expires_in data.

{
  "access_token": "ya29.d.s0Ad...",
  "issued_token_type": "urn:ietf:params:oauth:token-type:access_token",
  "token_type": "Bearer",
  "expires_in": 14398
}
Body Params
string
required
Response
200

Successful response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!