cURL
curl --request GET \ --url https://api.veryfront.com/subscriptions/manage \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Returns the billing portal URL for the current subscription.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Management portal URL