FastPOD
    FastPOD
    • Getting Started
    • Orders
      • List Orders
        GET
      • Get Order
        GET
      • Create Order
        POST
      • Cancel Order
        POST
      • Estimate Order Price
        POST
      • Estimate Item Price
        POST
      • Update Order
        PUT
      • Update Status
        PUT
    • Catalog
      • List Catalogs
        GET
    • Webhook
      • List Webhooks
        GET
      • Subscribe
        POST
      • Unsubcribe
        DELETE

    Webhook

    Signature Verification#

    The X-FastPOD-Signature within a webhook's headers serves to confirm the authenticity of a webhook originating from FastPOD.
    The signature segment is a SHA-256 hash generated from a UTF-8 encoded API key combined with the request body.
    Modified at 2023-12-28 09:47:05
    Previous
    List Catalogs
    Next
    List Webhooks
    Built with