SDKs & Tools
Official client libraries and developer tools to accelerate your Pathao Parcel integration. While you can always call the REST API directly, SDKs handle authentication, retries, and error parsing automatically.
Node.js SDK
Coming SoonJavaScript / TypeScriptFull-featured SDK with TypeScript definitions, automatic retries, and built-in idempotency key generation. Supports Node.js 18+ with native fetch.
npm install @pathao/parcel-sdkPython SDK
Coming SoonPython 3.8+Pythonic SDK with async/await support, automatic rate limit handling, and comprehensive type hints for IDE autocompletion.
pip install pathao-parcelPHP SDK
Coming SoonPHP 8.1+PHP SDK compatible with Laravel, Symfony, and standalone projects. Includes PSR-18 HTTP client support and webhook signature verification.
composer require pathao/parcel-sdkPostman Collection
Import our Postman collection to explore and test every endpoint interactively. The collection includes pre-configured environments for both sandbox and production.
Pathao Parcel API Collection
All 7 endpoints with example requests and environment variables
OpenAPI Specification
Download the OpenAPI 3.1 specification to generate client code in any language, import into API gateways, or use with tools like Swagger UI.
openapi.yaml
OpenAPI 3.1 specification -- YAML format