/
/Ethereum comments protocol indexer API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4h ago · Updated 3w ago
analytics12
approvals1
apps17
  • get/api/apps
  • post/api/apps
  • get/api/apps/{id}
  • delete/api/apps/{id}
  • patch/api/apps/{id}
  • post/api/apps/{id}/secret/refresh
  • post/api/apps/{id}/secret/reveal
  • get/api/apps/{id}/webhooks
  • post/api/apps/{id}/webhooks
  • get/api/apps/{appId}/webhooks/{webhookId}
  • delete/api/apps/{appId}/webhooks/{webhookId}
  • patch/api/apps/{appId}/webhooks/{webhookId}
  • post/api/apps/{appId}/webhooks/{webhookId}/test
  • get/api/apps/{appId}/webhooks/{webhookId}/deliveries/attempts
  • get/api/apps/{appId}/webhooks/{webhookId}/deliveries/{deliveryId}
  • post/api/apps/{appId}/webhooks/{webhookId}/deliveries/{deliveryId}/retry
  • get/api/apps/{appId}/webhooks/{webhookId}/deliveries
auth3
autocomplete1
channels4
comments12
internal1
reports3
user2
  • post/api/webhook
  • post/api/notifications/seen
  • get/api/notifications
  • get/api/notifications/grouped
apps
webhooks

Test a webhook

post/api/apps/{appId}/webhooks/{webhookId}/test

Path parameters

appIdstring uuid required
webhookIdstring uuid required

Response

Webhook test event queued successfully

Changes