Skip to main content
GET
/
subscriptions
/
manage
Get Billing Portal URL
curl --request GET \
  --url https://api.veryfront.com/subscriptions/manage \
  --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

Management portal URL

url
string<uri>
required