GA
Get Token
Hit the auth endpoint to get a bearer token
Request
This endpoint expects an object.
client_id
client_secret
audience
grant_type
Response
OK
access_token
The bearer token you will pass in to subsequent API calls to authenticate.
expires_in
Tells you how long (in seconds) until your bearer token expires.
token_type
Will always be “Bearer”
Errors
400
Bad Request
401
Unauthorized
500
Internal Server Error