Authorization
Last updated
Last updated
This section provides functionality for authenticating and authorizing clients and applications, ensuring secure access to your API. To receive an API key, you must register or log in to your personal account.
Warning: Do not give your authorization key to third parties!
API Key Generation:
Enables the creation of a unique API key for clients and applications using your API. The key ensures secure access to API resources.
Access control:
Grants access to the API key based on a specified IP list.
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate a new API key from your dashboard
at any time. Simply press the 'Generate key' button.
You can change a new API key from your dashboard at any time. Just press button "Generate key".
You can use IP authorization to enhance security. However, using IP authorization also requires an API key.
Warning: API access can only be allowed from specific IP addresses.