Skip to main content
POST
/
v1
/
billing
/
portal
Create a billing portal session
curl --request POST \
  --url https://api.fortressproductivity.com/v1/billing/portal \
  --cookie better-auth.session_token=
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fortressproductivity.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Human web-session cookie issued by Better Auth.

Response

Portal URL

url
string
required