Skip to main content
GET
/
users
/
concurrency-usage
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.puretalk.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Successful response

msg
string

Message from the API

Example:

"Success"

err
boolean

Error flag

Example:

false

results
object