Connect your applications to All IN ONE
To ensure success, please note the following:API requests without authentication will fail.
All API requests must be made over HTTPS.
Keep API keys secure at all times. Ensure your API key is always stored securely and never share it or record it in a medium that might be publicly accessible such as client-side code, public repositories, etc.
API key authentication#
Add parameter in query apikey
, request sent from your backend server using the format apikey=<you apikey>
.Modified at 2024-04-26 05:26:16