GET
/
users
/
concurrency-usage
curl --request GET \
  --url https://api.puretalk.ai/api/users/concurrency-usage \
  --header 'X-API-KEY: <api-key>'
{
  "msg": "Success",
  "err": false,
  "results": {
    "concurrency_limit": 20,
    "concurrency_count": 11,
    "timestamp": "2025-05-02T02:36:10.686259"
  }
}

Authorizations

X-API-KEY
string
header
required

Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.

Response

200
application/json

Successful response

The response is of type object.