Important instructions on how to use this guide and first steps!

This Integration Guide uses Sandbox endpoints to explain how to use our API.

📘

Switching Between Sandbox and Live (Production) Environments

In order to make requests to our Production endpoints, please replace the word "sandbox" with "clientes".

Example:


Our current REST API uses three different types of authentication:

  1. API Key sent as a body param
  2. OAuth 2.0 (Bearer Token sent as an header param)
  3. ApiKey Auth (API Key sent as an header param)