Integrations (REST)
Last updated 24 days ago
Integrations (REST)
Manage connections to third-party systems via Unified.to and retrieve data. Base path: /v1/integrations · Auth: Bearer
Categories
category is one of: crm, ticketing, calendar, messaging, storage, task, ats, accounting, ecommerce, hr, enrichment, marketing.
Body — start a connection (POST /v1/integrations/connect)
Response: { url, connection_id } — send the user to url, then finalize with connection_id:
Body — finalize (POST /v1/integrations/callback)
Retrieve data (GET /v1/integrations/{connectionId}/{category}/{objectType})
{objectType} e.g. contact, company, deal, ticket, event, file. Query: limit (1–100, default 50), offset, query, updated_gte (ISO).
bash
Passthrough (POST /v1/integrations/{connectionId}/passthrough)
For anything the generic endpoints don't cover:
bash