Skip to main content
POST
cURL

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

Business API key from Pingmee Settings → Developer Tools

Body

application/json
url
string
required

Callback URL to receive webhook events

event
enum<string>
required

Event type to subscribe to.

Available options:
conversationCreated,
tagChanged,
statusChanged,
messageCreated
Example:

"messageCreated"

Response

Webhook created

id
string
required

Unique identifier of the created webhook