Verify webhook subscription
POST
https://api.staging.lumetrade.com
/api/v1/webhooks/subscriptions/{subscriptionId}/verify
https://api.staging.lumetrade.com
{var_value}
Verify webhook subscription
Sends a webhook.verification challenge to the subscription targetUrl. The callback must return any 2xx response. Verification challenges use the same signed callback header contract as deliveries. Unverified subscriptions can retry this endpoint after the verification cooldown. Verified subscriptions return their current details.
POST /api/v1/webhooks/subscriptions/{subscriptionId}/verify
Loading...
Response
Waiting for a request to be sent.