Skip to main content
POST
/
v1
/
api
/
billing
/
portal
Open the billing portal
curl --request POST \
  --url https://api.hq.zone/v1/api/billing/portal \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Returns a Stripe redirect URL

Returns { "url": "..." } for Stripe’s hosted billing portal (manage payment method, upgrade/downgrade, cancel). Redirect the customer there. Admin only.

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Response

Stripe Billing Portal URL

url
string
required