Request an access token

POST
/oauth/token

Obtain an OAuth2 access token using client credentials

Request

This endpoint expects an object.
client_idstringRequired

The client ID of the application

client_secretstringRequired

The client secret of the application

audience"https://api.givechariot.com"Required

The API identifier

grant_type"client_credentials"Required

Response

This endpoint returns an object.
access_tokenstring
token_typestring
expires_ininteger