Returns a short-lived Stripe billing portal URL for this key's subscription: update the card, download invoices, see what the next charge will be. THE API KEY IS THE IDENTITY. The website has its own portal at /account, but it needs a website login and reads a stripe_customer_id out of the website's own subscriptions table. A customer who subscribed through this API has neither — they never registered on the website, and their customer id lives on their api_keys row. Before this endpoint the only way for them to change a failing card was to email us, which is how a subscription is lost to an expired card rather than a decision. The returned URL is a BEARER link: anyone holding it can manage the subscription until it expires. It is deliberately never logged, and callers should not paste it anywhere.
X-API-Key
0 credits
curl 'https://api.puntersedge.online/v1/billing/portal' \
-H 'X-API-Key: YOUR_KEY'
This endpoint takes no parameters beyond authentication.
Status codes: 200, 401, 402, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.
GET /v1/health — Connector health statusGET /v1/keys/info — API key metadataPOST /v1/keys/ip-whitelist — Set IP whitelist for your keyPOST /v1/keys/rotate — Rotate your API keyGET /v1/uptime — Public uptime statsGET /v1/usage — Check API usageGET /v1/usage/analytics — Usage breakdown by endpointThe free tier needs no credit card, and the sandbox endpoints need no key at all.
Get a free API key Quickstart