How to Authenticate
Request your Bearer Token to authenticate the calls
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
grant_typestringRequiredExample:
client_credentialsclient_idstringRequiredExample:
abc123client_secretstringRequiredExample:
abc123scopestringRequiredExample:
members:read financial:readResponses
200
Successful response
application/json
Responseobject
post
/oauth2/token200
Successful response
Last updated
Was this helpful?