post
https://production-api.shoutaboutus.com/api/v1/partner/webhooks//test
Dispatches a synthetic webhook.test delivery to the subscription's URL (via the same DeliverWebhook job + per-attempt retries as production) so partners can verify their endpoint and HMAC verifier. Returns 400 if the subscription is inactive. The resulting partner_webhook_deliveries row is identical in shape to a production attempt — poll the deliveries endpoint ~60s later. No request body required.
Auth: Partner — authentication; findCallerSubscription enforces bundle_id === 1 and scopes by partner_company_id (404 if not owned).
Rate limit: No rate limit.
Request
- No body.
Response — { data: { data: {.} } } envelope (HTTP 200).
data.data.subscription_id(int)data.data.status(string) —queueddata.data.note(string) — hint pointing to the deliveries endpoint
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
webhookSubscriptionId | integer | Required | Digits only. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
