Apideck: API Design & Integration Surface
Docs-backedREST API at unify.apideck.com/crm/contacts (example — path varies per API category). Categories: crm, hris, accounting, file-storage, email-marketing, ecommerce, ats, lead-management. GET /crm/contacts lists contacts (normalized schema). POST /crm/contacts creates a contact. GET /hris/employees lists employees. Passthrough: POST /connector/connectors/{id}/request passes arbitrary requests to the underlying API. Response: normalized JSON with raw_data if requested. Pagination via cursor or limit/offset. x-apideck-consumer-id header identifies the end-user consuming the connection.