API reference · Inbound Webhooks
POST/api/v1/inbound-webhooks/{id}/test
Product availabilityAlgaPSA

Send inbound webhook test request

Dispatches a synthetic inbound request through the current webhook configuration.

RBAC · inbound_webhook

Path parameters

idstring <uuid>Required
Inbound webhook UUID.

Request body

Content type: application/json

bodyany
headersobject

Response body

Success response 200

dataobjectRequired
tenantstring <uuid>Required
deliveryIdstring <uuid>Required
inboundWebhookIdstring <uuid>RequiredNullable
idempotencyKeystringRequiredNullable
receivedAtstring <date-time>Required
requestMethodstringRequired
requestPathstringRequired
requestHeadersobjectRequired
requestBodyany
sourceIpstringRequiredNullable
userAgentstringRequiredNullable
authStatusstringRequired
Enum: verifiedrejected_signaturerejected_bearerrejected_iprejected_no_auth
dispatchStatusstringRequired
Enum: pendingdispatchedduplicatefailed
handlerOutcomeobjectRequiredNullable
responseStatusintegerRequiredNullable
responseBodyany
durationMsintegerRequiredNullable
retryCountintegerRequired
isReplaybooleanRequired
replayedFromstring <uuid>RequiredNullable
createdAtstring <date-time>Required
updatedAtstring <date-time>Required

Response codes

200
Synthetic inbound delivery accepted.
400
Invalid inbound webhook request.
401
Missing or invalid authenticated user context.
403
Inbound webhook permission denied.
404
Inbound webhook not found.
500
Unexpected inbound webhook operation failure.