• Authentication
      • Current workspace and API key
        GET
    • Subscription
      • Current workspace subscription
        GET
      • Initiate subscription checkout
        POST
      • Change subscription plan
        POST
      • Cancel subscription at period end
        POST
      • Resume a scheduled cancellation
        POST
    • Channels
      • List enabled channels
    • Contacts
      • List contacts
      • Create a contact
      • View a contact
      • Update a contact
    • Conversations
      • List conversations
      • View a conversation
    • Messages
      • List conversation messages
      • Send a message
    • Leads
      • List leads
      • Create a lead
      • View a lead
      • Update a lead
    • Knowledge
      • List knowledge base entries
    • Platform
      • Public Plans
        • List commercially visible plans
        • Show one commercially visible plan
      • Plans Management
        • List all plans including inactive and soft-deleted
        • Create a plan
        • Show a plan for administration
        • Update a plan
      • Billing Webhooks
        • Receive a billing provider webhook
      • Channel Webhooks
        • Meta webhook verification challenge
        • Receive Meta messaging events
        • Receive Telegram bot updates
        • WhatsApp Business verification challenge
        • Receive WhatsApp Business messaging events
        • Receive WhatsApp Web inbound messages
      • Commerce Webhooks
        • Receive a WooCommerce webhook
    • Schemas
      • PublicPlan
      • Subscription
      • PublicPlanFeature
      • CheckoutRequest
      • PublicPlanLimit
      • CheckoutResponse
      • PlatformPlan
      • ChangePlanRequest
      • PlatformPlanCreateRequest
      • ApiKeyInfo
      • PlatformPlanUpdateRequest
      • Business
      • WebhookAcceptResponse
      • Channel
      • Error
      • Contact
      • ValidationError
      • ContactCreateRequest
      • ContactUpdateRequest
      • Conversation
      • Message
      • MessageCreateRequest
      • Lead
      • LeadCreateRequest
      • LeadUpdateRequest
      • KnowledgeBaseEntry

    PublicPlanLimit

    {
        "key": "string",
        "value": 0,
        "unlimited": true,
        "label": "string"
    }
    Built with