Page cover image

🔐Authentication

Base URL

The base URL for all API requests is: https://zmh-ziomark-hub-3308111c.koyeb.app/

To access the API, you will need an API key. Please request one by opening a ticket on our Discord server at: https://ds.ziomark.xyz/

• Authentication

To authenticate for API requests, you need to include an API key in the request headers.

Add the following header to your request:

            
    Authorization: Bearer YOUR_API_KEY       
        

Replace YOUR_API_KEY with your valid API key.

If the API key is missing or invalid, you will receive an error response.

Join our discord to get your API KEY https://ds.ziomark.xyz/

Last updated