cURL
curl --request GET \ --url https://api.mkinf.io/v0.1/organizations/{id}/billing \ --header 'Authorization: Bearer <token>'
{ "url": "https://billing.stripe.com/p/session/YMal3..." }
Retreives the billing page url
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization id
The response is of type object.
object