Authentication
Last updated
Last updated
The base URL for all API requests is:
To access the API, you will need an API key. Please request one by opening a ticket on our Discord server at:
To authenticate for API requests, you need to include an API key in the request headers.
Add the following header to your request:
Replace YOUR_API_KEY
with your valid API key.
If the API key is missing or invalid, you will receive an error response.