We use cookies to improve your experience. Read more about how we handle your data in our GDPR policy.

    Back to Genju
    API Docsv1

    API Reference

    All 30 endpoints documented with schemas, examples, and error cases.

    Account

    Your Genju account details.

    GET/me

    Contacts

    Manage your CRM contacts — create, list, update, tag, and add notes.

    GET/contacts
    POST/contacts
    GET/contacts/:id
    PATCH/contacts/:id
    POST/contacts/:id/tags
    DELETE/contacts/:id/tags/:tag
    POST/contacts/:id/notes

    Bookings

    Create, list, and manage bookings.

    GET/bookings
    POST/bookings
    GET/bookings/:id
    PATCH/bookings/:id

    Invoices

    Create, list, and send invoices.

    GET/invoices
    POST/invoices
    GET/invoices/:id
    POST/invoices/:id/send

    Pipeline / Deals

    Manage your sales pipeline deals.

    GET/deals
    POST/deals
    PATCH/deals/:id

    Forms

    Access form definitions and submissions.

    GET/forms
    GET/forms/:id/submissions
    POST/forms/:id/submissions

    Automations

    List and trigger automations.

    GET/automations
    POST/automations/:slug/trigger

    Reviews

    Access reviews from connected platforms.

    GET/reviews

    Messages

    Send WhatsApp and email messages.

    POST/messages/whatsapp
    POST/messages/email

    Webhooks

    Register and manage webhook subscriptions.

    GET/webhooks
    POST/webhooks
    DELETE/webhooks/:id