Add to Queue
This endpoint allows you to add a user to the queue by submitting the required and optional details in the request body. Below are the details on how to use the /v1/queue/add
endpoint.
🛠 Endpoint
The following parameters can be included in the request body
Prop | Type | Default |
---|---|---|
profile | string | Required |
app_id | number | Optional |
method | string | Optional |
reason | string | Optional |
match_id | string | Optional |
post_url | string | Optional |
custom_reason | string | Optional |
Example Request:
🚀 Response
Upon successfully adding a user to the queue, the API will return a 200 OK
response with the following structure:
⚠️ Error Handling
If the request fails due to a missing required field or an invalid parameter, the response will look like this:
Ensure that all required fields (steam_id
) are provided and optional fields (if included) meet their validation criteria.