Copy
Ask AI
curl -X GET "https://api.adrelay.dev/v1/billing/status" \
-H "X-API-Key: $ADRELAY_API_KEY"
Copy
Ask AI
{
"plan": "pro",
"status": "active",
"current_period_start": "2026-03-01T00:00:00Z",
"current_period_end": "2026-04-01T00:00:00Z",
"usage": {
"requests_used": 1250,
"requests_limit": 10000
}
}