Account
Get Concurrency
Get the current concurrency and concurrency limit of the user
GET
/
get-concurrency
Authorizations
Authorization
string
headerrequiredAuthentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Response
200 - application/json
current_concurrency
integer
The current concurrency of the user.
concurrency_limit
integer
The concurrency limit of the user.
Was this page helpful?