Skip to main content

Routes

GET /client/routes

Returns discord api routes used on the client with their allowed methods (if found)

Response:

Object with values of Route Object

Route Object:

FieldTypeDescription
urlstringThe url of the route
allowed_methodsArray of methods or nullThe allowed methods for this route (if found)