client_id
and client_secret
, which univocally identify you as a Ripio customer. It is the partner’s responsibility to secure these credentials.Authorizations
Use Basic Auth with base64 encoded client_id:client_secret
.
Body
Must be 'client_credentials'
client_credentials
Response
Access token granted successfully.
The access token to be used for subsequent API calls.
"UfpqHJaQEjV27rR6itJyhUz5x6eOxz"
The expiration time for the access token in seconds.
36000
The type of token issued (always "Bearer" for this flow).
"Bearer"
The scope of access granted by the token.
"read write"