Skip to main content
POST
Create a webhook
Create a new webhook to listen events from Arnio.

Authorizations

X-API-Key
string
header
required

Provide your generated API Key.

Body

application/json
companyName
string
required
Example:

"Company name of webhook"

url
string
required
Example:

"Endpoint of webhook"

eventTypes
array
required
Example:

"Event types to listen for webhook e.g. ['new-message', 'updated-message']"

phoneNumber
string
required
Example:

"Assigned phone number"

Response

200 - application/json

Webhook created successfully