Mile Settlement Webhook API

The Settlement Webhook API from Mile — 2 operation(s) for settlement webhook.

Operations 2

POST /api/v1/partners/settlement-webhook/configure Configure Settlement Report Webhook #
POST /api/v1/partners/settlement-webhook/test Test Settlement Webhook Webhook #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/mile-settlement-webhook-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

mile-settlement-webhook-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Documentation Aramex Settlement Webhook API
  description: Api Documentation
  version: 1.0.0
servers:
- url: https://lastmile.milenow.com/index.php
  description: Api Documentation
security:
- Bearer: []
tags:
- name: Settlement Webhook
paths:
  /api/v1/partners/settlement-webhook/configure:
    post:
      tags:
      - Settlement Webhook
      summary: Configure Settlement Report Webhook
      description: Configure webhook to automatically send settlement report orders to external platform
      operationId: post_app_apiv1_trackingapi_configuresettlementwebhook
      parameters:
      - name: access_token
        in: query
        description: Access Token
        schema:
          type: string
      - name: webhook_url
        in: query
        description: External platform webhook URL to receive settlement orders
        required: true
        schema:
          type: string
      - name: enabled
        in: query
        description: Enable/disable settlement webhook (1=enabled, 0=disabled)
        schema:
          type: integer
          default: 1
      responses:
        '200':
          description: Settlement webhook configured successfully
  /api/v1/partners/settlement-webhook/test:
    post:
      tags:
      - Settlement Webhook
      summary: Test Settlement Webhook Webhook
      description: Send test settlement data to configured webhook URL
      operationId: post_app_apiv1_trackingapi_testsettlementwebhook
      parameters:
      - name: access_token
        in: query
        description: Access Token
        schema:
          type: string
      - name: webhook_url
        in: query
        description: Your webhook URL (optional - for testing)
        schema:
          type: string
      responses:
        '200':
          description: Returns sample settlement webhook payload
components:
  securitySchemes:
    Bearer:
      type: http
      bearerFormat: JWT
      scheme: bearer