/advanced
Complete multiple requests in one!
This endpoint will require a POST request.
This endpoint is only on the BETA Version of the API and may be unstable.
Please report any & all bugs to the Support Server
Endpoint Headers:
apikey - Your Api Auth Key [String] (Required)
bot-token - Token of the Bot [String] (Optional)
Endpoint Body Parameters
requests - All the requests to complete [Array of Objects] (Required)
Request Object
endpoint - Endpoint to request [String] (Required)
headers - Headers to send [Object] (Optional)
body - Body parameters to send [Object] (Optional)
method - Method to use in request [String] (Required)
You do not need to resupply the apikey or bot-token on every request. Only add those headers to the initial request (this endpoint) and it will automatically resupply to each subsequential request.
The bot token is not required, this was added for convience if you are requesting multiple endpoints that do require a token.
Data API version required. Must replace <version> with either release or beta.
Possible Responses (Codes)
Last updated