POST
/
api
/
service
/
webhook-subscription
/
ping

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json
id
string
required

The unique identifier for the webhook subscription to trigger.

Response

200 - application/json
date
string
required
id
string
required

The unique identifier of the webhook that was sent.

response
required

The response body returned by the targeted webhook endpoint.

statusCode
number
required

The status code returned by the targeted webhook endpoint.

success
boolean
required

True if the targeted webhook endpoint returned status code 200. False otherwise.