GET
/
organizations
/
{id}
/
billing
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..."
}

Get a URL to access the billing portal for the organization.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Organization id

Response

200 - application/json

The response is of type object.