{ "opencollection": "1.0.0", "info": { "name": "Api Documentation Aramex Debug API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Debug", "type": "folder" }, "items": [ { "info": { "name": "Debug Authentication - Check Access Token", "type": "http" }, "http": { "method": "GET", "url": "https://lastmile.milenow.com/index.php/api/v1/partners/debug/auth", "params": [ { "name": "access_token", "value": "", "type": "query", "description": "Access Token" } ] }, "docs": "This endpoint helps debug authentication issues by showing what token data is received" }, { "info": { "name": "Debug Authentication - Check Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://lastmile.milenow.com/index.php/api/v1/partners/debug/auth", "params": [ { "name": "access_token", "value": "", "type": "query", "description": "Access Token" } ] }, "docs": "This endpoint helps debug authentication issues by showing what token data is received" } ] } ], "bundled": true }