cURL
curl --request GET \ --url https://api.cozmox.cloud/v1/concurrency/retrieve \ --header 'x-api-key: <api-key>'
{ "consumed_concurrency": 0, "max_concurrency": 50 }
This operation allows you get the number of concurrent calls for a user
The API key
The amount of concurrency consumed
0
The max amount of concurrency allowed
50