cURL
curl --request GET \ --url https://app.alana.shopping/api/workspace/{workspaceId}/billing/portal \ --header 'Authorization: Bearer <token>'
{ "error": "UNAUTHORIZED", "details": { "message": "Missing or invalid authentication token" } }
Redirect to Stripe Customer Portal for billing management
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
The workspace ID
Redirect to Stripe portal