Every call to the API has to be authenticated with an OAuth2 Token. In order to request this token, you will need to have sandbox or production API Keys (client_id and client_secret) that will allow to negotiate an ephemeral access token.
To generate the access token, you should call this endpoint providing the header Authorization with the following schema: Basic CREDENTIAL where CREDENTIAL should be specified as a string with the formatclient_id:client_secret encoded in Base64.
client_id and client_secret, which univocally identify you as a Ripio customer. It is the partner’s responsibility to secure these credentials.Use Basic Auth with base64 encoded client_id:client_secret.
Must be 'client_credentials'
client_credentials 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"