SwiftPOD
  1. Api
SwiftPOD
  • Api
    • Webhook
      • List Webhooks
      • Subscribe to Webhook
      • Unsubcribe to webhook
      • Webhook Notification - Order Status Change Example
      • Webhook Notification - Tracking Number Example
      • Webhook Notification - In Transit and Delivered Status Example
      • Webhook Notification - Stock Status Change Example
    • 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
  1. Api

Webhook

Signature Verification#

X-Swiftpod-Signature on a webhook's headers can be used to verify that a webhook came from Swiftpod. A signature segment is an SHA-256 hash of a UTF-8 encoded API key and the request body.
AUTHORIZATION Bearer token
This folder is using Bearer Token from collection SwiftPOD API
Previous
Api
Next
List Webhooks
Built with