cURL
curl --request GET \ --url https://autom.dev/api/usage \ --header 'x-api-key: <x-api-key>'
{ "plan": "API", "remaining": "58485" }
Get usage information for your account.
Was this page helpful?