UntangledAPI
Api referenceBilling

Create a Stripe Customer Portal session for plan/payment-method/cancellation management.

POST
/v1/billing/portal

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://api.untangledapi.com/v1/billing/portal"
{
  "url": "http://example.com"
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  }
}