Request an access token

POST

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"RequiredDefaults to https://api.givechariot.com

The API identifier

grant_type"client_credentials"RequiredDefaults to client_credentials

Response

This endpoint returns an object.
access_tokenstring
token_typestring
expires_ininteger