{ "access_token": "<string>", "token_type": "<string>", "expires_in": 123 }
Get an access token for a service account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object