Get billing plan

GET /api-v1/billing/billing-plan

Headers

Responses

GET /api-v1/billing/billing-plan
curl \
 -X GET http://wyzio.app/api-v1/billing/billing-plan \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "availableBillingUnitsAmount": 42,
    "billingUnitAmount": 42,
    "billingUnitType": "ORGANIZATION",
    "contactId": 42,
    "id": 42
  }
]