Anayer Connect Overview

Starter developer portal assets for the Business API, rendered as a clean docs experience for business teams, developers, and integration partners.

Available Endpoints

Anayer Connect exposes a file-backed production API surface for business accounts, users, trips, deliveries, billing, and webhooks.

  • POST /oauth/token.php
  • POST|GET|PATCH /business/accounts.php
  • POST|GET|PATCH|DELETE /business/users.php
  • POST|GET /business/trips.php
  • POST|GET /business/deliveries.php
  • POST /business/estimate.php
  • GET|POST|PATCH|DELETE /business/webhooks.php
  • GET /business/invoices.php
  • GET /business/transactions.php

Authentication

Use the client credentials flow against /oauth/token.php and include the returned bearer token on each business API request.

Send the header Authorization: Bearer {access_token} for authenticated requests.

Included Artifacts

The portal includes downloadable and browser-friendly guides so both technical and non-technical teams can navigate the integration surface.