Authentification
Authentication
Authentication is mandatory for all API requests:
Requests must include an API key provided during registration.
The API key should be included in the request header as shown below:
Authorization: Bearer YOUR_API_KEY
Security
To ensure the integrity and security of our service, the API implements various security protocols:
Requests Monitoring: Requests are monitored continuously for unusual patterns to prevent abuse.
API Key Confidentiality: Ensure API keys are safeguarded and never exposed in client-side code.
HTTPS Usage: All API requests must use HTTPS to secure data in transit and prevent interception.
Versioning
The API adheres to semantic versioning for structured and predictable release of changes:
The current stable version is
v1
.Any breaking changes will be introduced in new versions, ensuring backward compatibility for existing implementations.
By adhering to these guidelines and practices, the API guarantees a robust, secure, and reliable means of accessing our services.
Last updated