Secure authentication is crucial for the safe and effective use of our API. This guide provides detailed instructions on our authentication process.
Our API uses [API Key] for authentication. This method ensures secure access to our services.
API Keys
section.Create
button and follow the instructions on the dialog.Include your credentials in each API request. Here’s an example request:
Replace the <API_KEY> key with your API key, and provide unique name and slug for a link.
If your credentials are expired or compromised, immediately delete the compromised key, generate a new API Key, and update your applications accordingly.
Resolving Authentication Errors
If you encounter an authentication error, verify that your API key is correctly included in the request header. Additionally, check if the API key is still valid and has not expired.
Understanding Rate Limit Errors
Rate limit errors occur as part of our security measures to prevent abuse. These limits restrict the number of requests that can be sent per minute (500 Requests / Minute). If you are experiencing this issue, please review your request frequency.
Secure authentication is crucial for the safe and effective use of our API. This guide provides detailed instructions on our authentication process.
Our API uses [API Key] for authentication. This method ensures secure access to our services.
API Keys
section.Create
button and follow the instructions on the dialog.Include your credentials in each API request. Here’s an example request:
Replace the <API_KEY> key with your API key, and provide unique name and slug for a link.
If your credentials are expired or compromised, immediately delete the compromised key, generate a new API Key, and update your applications accordingly.
Resolving Authentication Errors
If you encounter an authentication error, verify that your API key is correctly included in the request header. Additionally, check if the API key is still valid and has not expired.
Understanding Rate Limit Errors
Rate limit errors occur as part of our security measures to prevent abuse. These limits restrict the number of requests that can be sent per minute (500 Requests / Minute). If you are experiencing this issue, please review your request frequency.