Skip to main content
POST
/
v1
/
webhooks
/
{webhookId}
/
test
Test webhook subscription
curl --request POST \
  --url https://openapi.genesy.ai/v1/webhooks/{webhookId}/test \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "message": "<string>",
  "data": {
    "success": true
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
string
required

Webhook ID

Response

Test webhook sent successfully

status
enum<string>
required
Available options:
success
message
string
required
data
object
required