cURL
curl --request POST \ --url https://api.dualship.run/webhooks/clerk \ --header 'Content-Type: application/json' \ --header 'svix-id: <svix-id>' \ --header 'svix-signature: <svix-signature>' \ --header 'svix-timestamp: <svix-timestamp>' \ --data ' { "data": [ 123 ], "type": "<string>" } '
{ "received": true }
Handle webhook events from Clerk (user.created, user.updated, user.deleted)
Documentation IndexFetch the complete documentation index at: https://docs.dualship.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dualship.run/llms.txt
Use this file to discover all available pages before exploring further.
Svix webhook ID
Svix webhook timestamp
Svix webhook signature
Webhook event payload
Webhook received
Webhook processing response
true
Was this page helpful?