Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"url": "https://eoppa0n672s2noz.m.pipedream.net",
"event": "order_notify",
"name": "My Webhook"
}
Request Code Samples
curl --location --request POST 'https://api.swiftpod.com/v1/webhooks/subscribe' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://eoppa0n672s2noz.m.pipedream.net",
"event": "order_notify",
"name": "My Webhook"
}'
Responses
application/json {
"status": true,
"message": "Updated webhook url successfully!"
}
Modified at 2025-08-04 03:33:51