General Overview for the API
The OpenApi schema was generated with the help of Nestia SDK. It gives a generally good representation but take it with a grain of salt
The API implements a robust two-tier authentication system:
All API requests require a primary authentication token via the x-api-key
header. This serves as the first layer of security and validates your general API access.
For specialized endpoints developed through strategic partnerships, an additional authentication layer is required in the form of:
x-YOUR_PROJECT_NAME-key
This secondary key serves two critical purposes:
🔐 Security Note: Keep both authentication keys secure and never expose them in client-side code or public repositories.
General Overview for the API
The OpenApi schema was generated with the help of Nestia SDK. It gives a generally good representation but take it with a grain of salt
The API implements a robust two-tier authentication system:
All API requests require a primary authentication token via the x-api-key
header. This serves as the first layer of security and validates your general API access.
For specialized endpoints developed through strategic partnerships, an additional authentication layer is required in the form of:
x-YOUR_PROJECT_NAME-key
This secondary key serves two critical purposes:
🔐 Security Note: Keep both authentication keys secure and never expose them in client-side code or public repositories.