Skip to content
Endless Documentation

Create Billing Portal Session

POST
/organizations/{organization_id}/billing/portal-sessions

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length

Response Body

application/json

curl -X POST "https://example.com/organizations/org_abc123/billing/portal-sessions"
{  "url": "http://example.com"}