For AI agents: visit https://docs.zenoti.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Zenoti APIs
GuidesRecipesAPI ReferenceAPI Changelog
v1.0

Log InZenoti APIs
Guides
Log In
v1.0GuidesRecipesAPI ReferenceAPI Changelog

API General Setup and Documentation

  • Overview
  • Getting Started
  • Onboarding
    • Create the backend app and generate a new API key
    • Update the existing API key
  • Authentication
  • Authorization
  • Pagination
  • Response and error codes
  • Map custom sources to your app
  • Rate limits
  • Support

Webhooks

  • Overview
  • Structure of event responses
  • Webhook Failure Handling

Service Booking Workflow

  • Service Booking
    • Step 1: Create a booking
    • Step 2 : Reserve a slot for the booking
    • Step 3 : Confirm the booking
    • Step 4 : Collect payment for the invoice

Product Sale Workflow

  • Product Sale
    • Step 1 : Choose a product
    • Step 2 : Generate an invoice
    • Step 3 : Collect payment for the invoice

Membership Sale Workflow

  • Membership Sale
    • Step 1 : Select a membership
    • Step 2 : Generate an invoice
    • Step 3 : Collect payment for the invoice
    • Step 4 : Close the invoice and send a confirmation email to the guest

Gift Card Sale Workflow

  • Gift Card Sale
    • Step 1 : Select a gift card template
    • Step 2 : Generate an invoice
    • Step 3 : Add payment for the invoice
    • Step 4 : Send the gift card sale email to the guest

Opportunities Workflow

  • Opportunity
Powered byĀ 

Step 2 : Generate an invoice

Suggest Edits
  1. Search for a guest by using the Search for a guest API.
  2. Use the Create an invoice for memberships API to select the required membership and then generate an invoice.

šŸ“˜

Note

Alternatively, if you want to add a membership to an existing invoice, use the Add membership to an invoice API.

Updated almost 4 years ago