Skip to main content

Retrieve

GET 

/workstations/:workstation_id/webhooks/:webhook_id

Retrieve a specific webhook for a workstation.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

    webhook_id uuidrequired

Responses

Successfully retrieved the webhook.

Schema

    id uuidrequired

    The UUID associated with a webhook.

    url urirequired

    The URL to which webhook events will be sent.

    events WebhookEvent (string)[]required

    Possible values: [workstation.created, workstation.released, recording.started, recording.stopped, recording.file_added, transcript.completed, meeting.started, meeting.ended, browser.tab_opened, browser.tab_closed]

    active booleanrequired

    Whether the webhook is currently active.

    created_at date-timerequired

    The time the webhook was created.

Loading...