Getting Started
Before you begin, please follow these steps:
- Obtain Your API Key:
Request your API key from[email protected]
. This key is required for every request.
- 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.
- Use our sandbox environment for development:
- 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.
- Explore Our Example Code:
We provide code snippets in multiple languages to help you integrate quickly. The examples below are in cURL and JSON.
Updated 3 months ago