SwiftPOD
Api
Webhook
SwiftPOD
Api
Webhook
List Webhooks
GET
Subscribe to Webhook
POST
Unsubcribe to webhook
DELETE
Webhook Notification - Order Status Change Example
POST
Webhook Notification - Tracking Number Example
POST
Webhook Notification - In Transit and Delivered Status Example
POST
Webhook Notification - Stock Status Change Example
POST
Orders
GET
Create Order
POST
Create Multiple Orders
POST
Get Order
GET
Update Order
PUT
Update Order Status
PUT
Cancel Order
POST
Catalogs
GET
Changelog
Api
Webhook
Unsubcribe to webhook
DELETE
/v1/webhooks/subscribe/{event}
Try it
Run in Apidog
Run in Apidog
Request
Path Params
Generate Code
event
enum<string>
required
Events can take one of these values: Events can be one of the following values
Allowed values:
order_notify
shipment_notify
stock_notify
Example:
order_notify
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
DELETE
'https://api.swiftpod.com/v1/webhooks/subscribe/order_notify'
Responses
⚪
0
Unsubcribe to webhook
text/plain
Generate Code
Body
Generate Code
object
{0}
Modified at
2024-08-05 04:27:51
Previous
Subscribe to Webhook
Next
Webhook Notification - Order Status Change Example