cURL
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" }
Get customer portal URL for managing subscription.
The customer portal allows users to:
JWT Bearer token for dashboard access
Successful Response
Response with customer portal link.