Skip to main content
POST
/
v1
/
billing
/
portal
Create a Paddle Customer Portal session
curl --request POST \
  --url https://api.framelane.io/v1/billing/portal \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

url
string
required