FIXHXu

FIXHXu

Developer Portal

Build on top of Anayer Connect with one shared business API surface.

The Developer Portal gives integration teams the OAuth flow, endpoint overview, Postman collection, ERP guides, webhook references, and sandbox-style entry points needed to connect internal tools to Anayer.

Portal at a glance

OAuth
Client credentials
Core APIs
Accounts, users, trips, deliveries, billing
Realtime
Signed webhooks + test dispatch
ERP fit
Reference IDs, PO, cost center, GL account

What developers get

This portal is designed for engineering teams working with mobility operations, finance systems, ERP integrations, and webhook-driven automations.

Authentication

Use OAuth-style client credentials to mint bearer tokens for company-scoped API access without relying on web sessions.

Business operations APIs

Create and manage accounts, employees, trips, deliveries, invoices, transactions, and webhook endpoints through one consistent surface.

Integration artifacts

Start faster with the Postman collection, ERP connector guide, SAP guide, Oracle guide, and the Anayer Connect landing page.

Quick start flow

The same booking engine already backing business operations can now be reached through token-authenticated endpoints.

1

Get credentials

Use the company enrollment flow to provision a client ID, secret, API key, and webhook signing secret.

2

Mint a token

Call the OAuth token endpoint and use the returned bearer token for subsequent API requests.

3

Create business activity

Manage users, then create trips or deliveries with ERP reference fields attached.

4

Subscribe to events

Register webhook endpoints and receive lifecycle events back in finance or dispatch systems.

Example token request

The current production-facing surface is file-backed PHP endpoints, so the examples below point to the exact live endpoint structure.

POST https://www.anayer.com/oauth/token.php Content-Type: application/json { "client_id": "corp_12345", "client_secret": "secret_key", "grant_type": "client_credentials" }

Subscribe to our Newsletter

FIXHXu