Getting Started

Before you begin, please follow these steps:

  1. Obtain Your API Key:
    Request your API key from [email protected]. This key is required for every request.

  1. Set Up Your Environment:
    • Use our sandbox environment for development: https://sandbox-api.kontigo.lat
    • For production, use: https://api.kontigo.lat
    • Make sure to include your API key in the x-api-key header for all API calls.

  1. Review the API Reference:
    Our complete API specification is defined in our OpenAPI document (see openapi.yaml). This reference details the request formats, required parameters, and responses for every endpoint.

  1. Explore Our Example Code:
    We provide code snippets in multiple languages to help you integrate quickly. The examples below are in cURL and JSON.