Skip to main content
POST
TypeScript

Authorizations

Authorization
string
header
required

Project-bound Apollo Signal API key. Keys begin with ap_signal_ and must carry the permission shown on the operation.

Path Parameters

projectId
string
required

The project the webhook belongs to.

endpointId
string
required

The unique identifier of the webhook endpoint to test.

Response

Test event dispatched. Returns the delivery attempt record.

attemptCount
integer<int32>
required
createdAt
string
required
eventType
string
required
id
string
required
projectId
string
required
status
string
required
updatedAt
string
required
webhookEndpointId
string
required
lastError
string
lastStatusCode
integer<int32>
nextAttemptAt
string
responseBodySnippet
string