Developers

Build on top of Alyndo.

REST API, webhooks, and a plugin SDK. Bring leads in, push data out, automate anything in between.

Quickstart

Create an API key from Settings β†’ Developers, then issue your first request. Every endpoint is documented inline at developers.alyndo.com.

curl
curl -X POST https://api.alyndo.com/v1/quotes \
  -H "Authorization: Bearer $ALYNDO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "customer_id": "cust_8f2a1b",
    "service_package_id": "pkg_med_2026",
    "passengers": 4
  }'

Popular endpoints

GET/v1/quotes
POST/v1/quotes
GET/v1/quotes/{id}
PATCH/v1/quotes/{id}
GET/v1/customers
POST/v1/inquiries
POST/v1/webhooks

Full reference, schemas, and SDKs at developers.alyndo.com. Questions?

info@alyndo.com β†’