Skip to main content
GET
/
payment
/
billing-portal
Billing Portal
curl --request GET \
  --url https://api.example.com/payment/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.

Query Parameters

return_url
string | null

Cookies

session
String

Response

Successful Response

url
string
required