Skip to main content
GET
/
v1
/
billing
/
portal
Get Portal
curl --request GET \
  --url https://api.example.com/v1/billing/portal \
  --header 'Authorization: Bearer <token>'
{
  "portal_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Customer billing portal access.

portal_url
string
required

URL to the billing portal for managing subscription, invoices, and payment method.