Base URL

The Dingify API is built on REST principles.

All requests are made to the following base URL:

https://api.dingify.workers.dev

Authentication

To authenticate your requests, you need to include your API key in the header as x-api-key.

x-api-key: YOUR_API_KEY

Response codes

Dingify uses conventional HTTP response codes to indicate the success or failure of an API request.

In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted), and codes in the 5xx range indicate an error with Dingify’s servers.

StatusDescription
200Successful Request
201Resource created successfully
400Invalid input data
401API key is required
404Resource not found
500Internal server error