Reference


Make sure that when you make a request, the Content-Type header is set to application/json. Otherwise an error will be rejected.

Base URL

https://api.disq.ink/

API Versioning

Here are the different versions of the API being available. If the version is not specified in the URL, the latest one will be automatically chosen.

VersionBase URLStatus
v1https://api.disq.ink/v1available

Authorization

Some requests will have to be made with the Authorization which is none other than your bot API token. This token is given to you on the main site in the bot parameters. If the request requires this Authorization and if it is not present you will receive an error code 401 Unauthorized.

Authorization: Bot's API token