cURL
curl --request POST \ --url https://catchall.newscatcherapi.com/catchAll/user/limits \ --header 'x-api-key: <api-key>'
{ "features": [ { "name": "Jobs Concurrency", "code": "Jobs_Concurrency", "value_type": "integer", "value": 20, "current_usage": 1 }, { "name": "Max Results", "code": "Job_Max_Results", "value_type": "integer", "value": 100000, "current_usage": 0 }, { "name": "Monthly Granted Credits", "code": "monthly_free_credits", "value_type": "integer", "value": 200000, "current_usage": 0 } ] }
Returns plan features and current usage for the authenticated organization.
API key for authentication.
Plan limits retrieved successfully
Plan features with current usage.
Show child attributes
Was this page helpful?