RevKeen Docs
Api reference

Get billing intervals

Get the list of supported billing intervals and their display labels.


Related endpoints

  • POST /billing/preview — Generate billing schedule preview
  • GET /billing/anchor-rules — Get billing anchor rules
GET
/billing/intervals
x-api-key<token>

Your RevKeen API key (powered by Unkey). Get it from Dashboard > Settings > API Keys. Use rk_sandbox_* for test mode and rk_live_* for production.

In: header

Response Body

application/json

curl "https://api.revkeen.com/v2/billing/intervals" \  -H "x-api-key: $REVKEEN_API_KEY"
{
  "data": [
    {
      "value": "string",
      "label": "string",
      "description": "string"
    }
  ]
}