provider GET /quotas
@utdk/synthetic /quotas
Get API usage quotas
Retrieve information about your API usage quotas and limits. Requests to this endpoint do not count against your subscription limits.

Try it

Authentication
Configure credentials for Synthetic API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getquotas
GET/quotas
Retrieve information about your API usage quotas and limits. Requests to this endpoint do not count against your subscription limits.

This operation has no parameters.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import synthetic from '@utdk/synthetic';

await synthetic.getquotas()