User
Webhooks

List webhooks

Returns list of registered webhooks

get/3rdparty/v1/webhooks

Response

Webhook list

deviceIdstring

The unique identifier of the device the webhook is associated with.

event'sms:received' | 'sms:data-received' | 'sms:sent' | 'sms:delivered' | 'sms:failed' | 'sms:cancelled' | 'system:ping' | 'mms:received' | 'mms:downloaded' | 'app:started' | 'sms:batch:received' | 'sms:batch:data-received' | 'mms:batch:received' | 'mms:batch:downloaded' required
idstring

The unique identifier of the webhook.

urlstring required

The URL the webhook will be sent to.

Example response

[
  {
    "deviceId": "PyDmBQZZXYmyxMwED8Fzy",
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "url": "https://example.com/webhook"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.