Zippyy REST APIs
    Zippyy REST APIs
    • Introduction
    • Authentication API
      • Generate Token
        POST
    • Couriers
      • Check Courier Serviceability
        GET
      • Quick Quote
        POST
      • Forward Shipment (V2)
        POST
      • Forward Shipment
        POST
    • Shipments
      • Get Details of Specific Shipment
        GET
      • Generate Label
        GET
      • Generate Label Url
        GET
      • Cancel a Shipment
        PUT
      • Generate Invoice
        GET
    • Tracking
      • Get Tracking Details
        GET
      • Webhook
        POST
    • NDR
      • Action NDR
        PUT
    • Warehouse
      • Get Warehouse
        GET
      • List of Warehouse details
        GET
      • Create new Warehouse
        POST
      • Update existing warehouse properties
        PUT

    Authentication API

    The authentication token is an alphanumeric code, unique to your Zippyy account, can be used from any system to validate your API calls to access Zippyy's resources. Zippyy API uses JWT tokens for validation.
    Use this API to validate your API user and obtain the authentication token. Copy this token and use it further to validate your API calls. The validity of this token is 5 minutes.
    Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret token in publicly accessible areas such as GitHub, client-side code, and so forth.
    Steps To Use Token:
    Copy the Access token received in response.
    Include 'Authorization: Bearer [yourtokenvalue]' in the appropriate field of your code.
    That's all! In case of any error, try checking your parameters.
    Modified at 2025-08-04 19:55:15
    Previous
    Introduction
    Next
    Generate Token
    Built with