cURL
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" } }
Get the current concurrency usage and limits for the user
Authorization header containing API key. You can find your API key in the dashboard under 'API Keys'.
Successful response
The response is of type object.
object
Was this page helpful?