generated: '2026-07-18' method: derived source: openapi/chaldal-eggtransport-openapi-original.json docs: https://gogobangla.com/static/api-docs/ note: >- Cross-cutting request/response semantics for the Egg Transport (Gogo Bangla) delivery API, derived from the Swagger 2.0 document and the published API reference. This is a B2B third-party-logistics API: an organization creates delivery/pickup/exchange tasks, consolidates them into consignments, and tracks status. authentication: style: api-key-header headers: - X-Egg-ApiKey - X-Egg-UserId ref: authentication/chaldal-authentication.yml idempotency: supported: false note: No idempotency-key header or parameter is documented in the spec or reference. pagination: supported: false note: >- Operations return full result sets or are scoped by explicit filters (date range, org, consignment); no cursor/offset pagination parameters are declared. versioning: scheme: none-documented spec_version: 1.0.0 note: Single unversioned /api surface; the OpenAPI info.version is 1.0.0. error_envelope: style: http-status problem_json: false ref: errors/chaldal-problem-types.yml note: Errors are conveyed via standard HTTP status codes (400/401/403/404/409/412/500). request_tracing: request_id_header: null note: No request-id / correlation header documented. rate_limiting: signaled: false note: No rate-limit headers or policy documented. resource_model: primary_entities: - Task - Consignment - Organization - OrgPickupPoint - Identity/Address - Account/Bill/Txn bulk: supported: true note: Tasks can be bulk-imported via CSV (ValidateTaskImportCsv, ImportTasksToMyOrg).