Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.torpedo.co.mz/api/v1/workspace/usage \ --header 'X-API-Key: <api-key>'
{ "data": { "plan": "pro", "limits": { "emailsPerMonth": 20000, "emailsPerDay": 1000, "domains": 3, "apiKeys": -1, "webhooks": 10, "members": 10 }, "usage": { "emailsThisMonth": 4231, "emailsToday": 87, "smsThisMonth": 512, "smsCreditsBalance": 9488, "domains": 2, "apiKeys": 3, "webhooks": 1, "members": 2 } } }
Returns current usage counts and plan limits for the authenticated workspace.
Prefix tor_ followed by a base64url-encoded random key. Obtain one from POST /api/v1/workspaces or POST /api/v1/auth/keys.
tor_
POST /api/v1/workspaces
POST /api/v1/auth/keys
Usage and limits
Show child attributes