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/quotesPOST
/v1/quotesGET
/v1/quotes/{id}PATCH
/v1/quotes/{id}GET
/v1/customersPOST
/v1/inquiriesPOST
/v1/webhooksFull reference, schemas, and SDKs at developers.alyndo.com. Questions?
info@alyndo.com β