https://now.com.eg/api/public/v1. The table below summarizes every available endpoint, its required scope, and whether company integrators need to include X-Merchant-Id. Use it as a quick reference when building your integration or reviewing which API key scopes your token requires.
Single-business API keys operate on your own account directly and do not require
X-Merchant-Id on any route. The “Required (company)” notation below applies only to company account keys.All endpoints
Notes
- No scope required:
/ping,/delivery-zones,/fees/calculate,/docs, and/openapi.yamlare open to any valid API key regardless of its scopes./docsand/openapi.yamlrequire no authentication at all. /fees/calculateandX-Merchant-Id: PassingX-Merchant-Idon this endpoint applies the merchant’s custom pricing to the fee preview. Omit it to use your company account’s default pricing.X-Merchant-Idaccepted values: You can pass a merchant’sbusinessAccountCode(8-digit code),externalMerchantId(your platform shop ID), or MongoDB_id— all three are resolved to the same merchant. You can also pass the value as a query param:?merchantId=48291736.
