Authentication

You can communicate with our API once you've registered with us. To obtain your API Key, contact your account manager.

The API Key is the unique identifier for your Organization used to authenticate your requests. The API Keys used to make requests to the API are called Tokens. The API expects every request to be authenticated with a token through the Authorization header:

Authorization: YOUR_TOKEN

Below is an example of a properly authenticated request header:

curl --request GET https://transfer.sandbox.cleo.cl/v1/balance \
--header "Authorization: 1c532d38-dac5-4858-aa25-ebbaa8f684cf"