How to Authenticate

Authenticate

post

Request your Bearer Token to authenticate the calls

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
grant_typestringRequiredExample: client_credentials
client_idstringRequiredExample: abc123
client_secretstringRequiredExample: abc123
scopestringRequiredExample: members:read financial:read
Responses
chevron-right
200

Successful response

application/json
Responseobject
post
/oauth2/token
200

Successful response

Last updated

Was this helpful?