Skip to main content
GET
/
webhook
cURL
curl --request GET \
  --url https://api.pingmee.co.il/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "webhooks": [
    {
      "id": "<string>",
      "url": "<string>",
      "event": "Messages Created"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

x-api-key
string
header
required

Response

List of webhooks

webhooks
object[]