cURL
curl --request GET \ --url https://pinapi.jackalprotocol.com/api/payment/manage \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Get URL for the Stripe customer portal to manage billing
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
The response is of type object.
object