The Apideck Unified API provides a single REST endpoint to connect with 200+ third-party services across accounting, CRM, HRIS, file storage, ATS, e-commerce, and more. This skill covers direct HTTP usage for any language.
| Authorization | Yes | Bearer {APIKEY} | | x-apideck-app-id | Yes | Your Apideck application ID | | x-apideck-consumer-id | Yes | End-user/customer ID stored in Vault | | x-apideck-service-id | No | Downstream connector ID (e.g., salesforce, quickbooks) | | Content-Type | Yes (POST/PATCH) | application/json |
Response: 201 Created with { "data": { "id": "contact123" } }
모든 언어에 대한 Apideck Unified REST API 참조입니다. 회계 소프트웨어(QuickBooks, Xero, NetSuite), CRM(Salesforce, HubSpot, Pipedrive), HRIS 플랫폼(Workday, BambooHR), 파일 저장소(Google Drive, Dropbox, Box), ATS 시스템(Greenhouse, Lever), 전자 상거래 또는 직접 HTTP 호출을 사용하는 Apideck의 200개 이상의 커넥터와의 통합을 구축할 때 사용합니다. 인증 헤더, CRUD 작업, 커서 기반 페이지 매김, 필터링, 정렬, 오류 처리, 속도 제한, 통과 매개변수 및 웹후크를 다룹니다. 언어에 구애받지 않음 — 컬, 페치, axios, httpx 또는 모든 HTTP 클라이언트에서 작동합니다. 출처: apideck-libraries/api-skills.