cURL
curl --request GET \ --url https://senderr.dev/api/v1/usage \ --header 'Authorization: Bearer <token>'
{ "success": true, "usage": { "limit": 500, "remaining": 450, "reset": "2024-02-01T00:00:00Z", "plan": "free" } }
Check current API usage and rate limits for the authenticated user.
Use your API key from the dashboard. Format: Bearer your-api-key-here
Bearer your-api-key-here
Successfully retrieved usage information
true
Show child attributes