Skip to main content
Version: 202607

Create a webhook

POST 

/openapi/2026-07/webhooks

Create a webhook with a unique identifier, notification URL, event name, and format.

Request

Bodyrequired

    webhook objectrequired

    Webhook

    addressstringrequired

    Webhook notification URL, e.g. https://example.com/webhook

    topicstringrequired

    The topic of the webhook

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    webhook object

    Webhook

    idstring

    The unique identifier of the webhook

    addressstring

    Webhook notification URL, e.g. https://example.com/webhook

    topicstring

    The topic of the webhook

    created_atstring

    The time of the webhook was created

    updated_atstring

    The time of the webhook was updated

    formatstring

    The format of the webhook