Subscribers
Manage customers, subscriptions, lifecycle states, and access.
Manage customers, subscriptions, lifecycle states, and access.
Subscribers are the customers using a product. A subscriber's active subscription determines which plan the gateway enforces.
| State | Meaning |
|---|---|
| New | Subscriber exists but may not have active access yet. |
| Active | Subscriber has an active subscription and can use valid API keys. |
| Past due | Payment or billing state needs attention. Access depends on product policy. |
| Cancelled | Subscription is no longer active. Gateway access should stop. |
| Suspended | Access is intentionally blocked. |
API keys identify requests. Subscriptions determine access.
A valid key is not enough by itself. The gateway also checks the subscriber's subscription and plan state before forwarding traffic.
Product owners commonly need to:
Use a real subscriber key when testing a live product:
curl https://<product-host>/v1/example \
-H "Authorization: Bearer <subscriber-api-key>"
Then confirm:
When a subscriber reports access trouble, ask for:
codeDo not ask subscribers to send full API keys in support channels.