Available Endpoints
Anayer Connect exposes a file-backed production API surface for business accounts, users, trips, deliveries, billing, and webhooks.
POST /oauth/token.phpPOST|GET|PATCH /business/accounts.phpPOST|GET|PATCH|DELETE /business/users.phpPOST|GET /business/trips.phpPOST|GET /business/deliveries.phpPOST /business/estimate.phpGET|POST|PATCH|DELETE /business/webhooks.phpGET /business/invoices.phpGET /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.