Authentication Method
Each request requires Basic Auth authentication (RFC 7617). To obtain your credentials (login and password), contact Intuition-Software support: [email protected].Authentication Examples
Parameter Transmission
GET Requests
Parameters are transmitted in the URL.POST Requests
Data is transmitted in the request body as JSON.Make sure to use HTTPS for all your requests to ensure the security of your credentials.
Rate Limiting
The API is rate-limited to 45 requests per minute per IP address. If exceeded, you will receive HTTP 429 responses.