Skip to main content
GET
/
v1
/
billing
/
portal
Get Customer Portal
curl --request GET \
  --url https://api.example.com/v1/billing/portal \
  --header 'Authorization: Bearer <token>'
{
  "portal_url": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT Bearer token for dashboard access

Query Parameters

return_url
string | null

Response

Successful Response

Response with customer portal link.

portal_url
string
required
expires_at
string<date-time> | null