Subscriptions Get customer portal URL

Returns a Stripe customer portal URL

GET
/billing/api/v1/subscriptions/organizations/{org_id}/portal

Path Parameters

org_idstringrequired

Organization ID


Responses

200
OK

Response Fields:

  • portal_url (string)

Example:

{
  "portal_url": "string"
}
400
Bad Request

Example:

{
  "key": "value"
}
404
Not Found

Example:

{
  "key": "value"
}