Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Documentation Aramex Routes API
description: Api Documentation
version: 1.0.0
servers:
- url: https://lastmile.milenow.com/index.php
description: Api Documentation
security:
- Bearer: []
tags:
- name: Routes
paths:
/api/v1/partners/routes:
get:
tags:
- Routes
summary: Get all routes for the company
description: This call returns all routes associated with the authenticated company
operationId: get_app_apiv1_trackingapi_getallroutes
parameters:
- name: access_token
in: query
description: Access Token
schema:
type: string
responses:
'200':
description: Returns all routes for the company
components:
securitySchemes:
Bearer:
type: http
bearerFormat: JWT
scheme: bearer