API Reference
Public REST endpoints under https://api.aiconnectos.com/v1.
Base URL
https://api.aiconnectos.com/v1All endpoints require a bearer token. See Authentication for token issuance, rate limits, and error codes. Each endpoint's full reference (request, response, code samples, "Try it" playground) appears in the sidebar grouped by resource.
Conventions
- IDs - UUIDs unless noted. Some objects expose a
secondaryIdshort-id for human-readable URLs. - Timestamps - ISO 8601, UTC, second precision.
- Money - string-encoded decimal (
"5000.00"), never float. - Phone numbers - E.164 (
+15558675309). - Pagination - cursor-based via
?cursor=…&limit=…. Responses includenextCursorwhen more pages exist.
Machine-readable spec
The full OpenAPI 3.1 spec is available unauthenticated:
curl https://api.aiconnectos.com/openapiImport into Postman, Insomnia, Zapier custom integrations, or any code generator. Updates with every deploy of the API.
This API is still evolving. Schemas are stable for fields documented here, but new optional fields may appear without notice. Code defensively — ignore unknown fields rather than rejecting responses.