Write Pro

Test Webhook

Sends a test payload to a webhook identified by its webhook_id and returns the delivery status code. Use it to confirm your endpoint is reachable and handling payloads correctly before depending on live events. Fails with 'not found' if the webhook_id is invalid.

test_webhookPOST/api/v1/webhooks/{webhook_id}/test
crispy — bash

Example prompt: Send a test payload to webhook 3f2a9c10-7b1e-4d22-9a01-bc44ee551122 and tell me if it succeeded

{
  "webhook_id": "3f2a9c10-7b1e-4d22-9a01-bc44ee551122",
  "status_code": 200,
  "delivered": true
}
Permission scope
pro
Access
Write
Category
Account

What you can build

Verify a newly created webhook endpoint accepts payloads correctly
Confirm signature verification on your server works as expected
Smoke-test an endpoint after deploying changes to it
Debug delivery issues by triggering a controlled test send

Parameters

Inputs accepted by test_webhook.

NameTypeDescription
webhook_idstringThe webhook ID to test (UUID from list_webhooks)

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.