Billing Get customer billing tier
GET
/billing/v1/customer/tier

Authentication

Bearer Token (BearerAuth)

Responses

200
Customer tier

Response Fields:

  • customerId (string)

  • tierId (string)

  • tierName (string)

  • description (string)

  • isActive (boolean)

  • subscriptionStatus (string)

  • stacks (integer)

Example:

{
  "customerId": "string",
  "tierId": "string",
  "tierName": "string",
  "description": "string",
  "isActive": true,
  "subscriptionStatus": "string",
  "stacks": 0
}