PathaoParcel
DocsUse CasesContact

Documentation

  • Getting Started
  • Authentication
  • API Reference
  • Webhooks
  • Error Codes
  • SDKs & Tools
  • Sandbox
  • Rate Limiting
  • Idempotency
  • Changelog
PathaoParcel
DocumentationPricingContactUse Cases

© 2026 Pathao Ltd. All rights reserved.

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 / TypeScript

Full-featured SDK with TypeScript definitions, automatic retries, and built-in idempotency key generation. Supports Node.js 18+ with native fetch.

Installation
npm install @pathao/parcel-sdk

Python SDK

Coming SoonPython 3.8+

Pythonic SDK with async/await support, automatic rate limit handling, and comprehensive type hints for IDE autocompletion.

Installation
pip install pathao-parcel

PHP SDK

Coming SoonPHP 8.1+

PHP SDK compatible with Laravel, Symfony, and standalone projects. Includes PSR-18 HTTP client support and webhook signature verification.

Installation
composer require pathao/parcel-sdk

Postman 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