Skip to main content
POST
/
webhook
cURL
curl --request POST \
  --url https://api.pingmee.co.il/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "url": "<string>",
  "event": "Messages Created"
}
'
{
  "id": "<string>"
}

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

Body

application/json
url
string
required

Callback URL to receive webhook events

event
enum<string>
required

Event type to subscribe to

Available options:
Messages Created,
New Conversation Started

Response

Webhook created

id
string
required

Unique identifier of the created webhook