SDKs
Use the following SDKs to access our API. Note that each SDK will use that language's standard naming convention for field names. for example, TypeScript uses CamelCase, but all of our documenation uses snake_case.
- Typescript: npmjs.com/package/@unified-api/typescript-sdkv2.82.6 last updated 12/21/2025
- Python: github.com/unified-to/unified-python-sdkv0.56.6 last updated 12/21/2025
- PHP: github.com/unified-to/unified-php-sdkv1.6.7 last updated 12/21/2025
- Java: central.sonatype.com/artifact/to.unified/unified-java-sdkv0.47.1 last updated 12/15/2025
- Go: github.com/unified-to/unified-go-sdkv0.36.6 last updated 12/21/2025
- C#: nuget.org/packages/UnifiedTov0.130.5 last updated 12/21/2025
- Ruby: github.com/unified-to/unified-ruby-sdkv0.67.6 BETA last updated 12/21/2025
- Other: You can generate SDKs in other languages by utilizing our openapi.json with tools like OpenAPI Generator.
Specification Files
Access our API specifications in various formats to integrate with your preferred tools and workflows. They are updated, at least, daily.
- OpenAPI specification: openapi.json / openapi.yaml
The openapi.json/.yaml file contains our API specification in OpenAPI 3.0 format - the modern standard for REST API documentation. This specification offers enhanced features over Swagger 2.0, including improved security scheme definitions and more flexible parameter descriptions. It's great for generating modern API documentation, client SDKs, and mock servers.
You can download one openapi.json for all of our Unified APIs, or you can download a openapi.json for each API.
- openapi-accounting.json / openapi-accounting.yaml
- openapi-ats.json / openapi-ats.yaml
- openapi-calendar.json / openapi-calendar.yaml
- openapi-commerce.json / openapi-commerce.yaml
- openapi-crm.json / openapi-crm.yaml
- openapi-enrichment.json / openapi-enrichment.yaml
- openapi-hris.json / openapi-hris.yaml
- openapi-kms.json / openapi-kms.yaml
- openapi-lms.json / openapi-lms.yaml
- openapi-martech.json / openapi-martech.yaml
- openapi-messaging.json / openapi-messaging.yaml
- openapi-payment.json / openapi-payment.yaml
- openapi-repo.json / openapi-repo.yaml
- openapi-scim.json / openapi-scim.yaml
- openapi-storage.json / openapi-storage.yaml
- openapi-task.json / openapi-task.yaml
- openapi-ticketing.json / openapi-ticketing.yaml
- openapi-uc.json / openapi-uc.yaml
- openapi-verification.json / openapi-verification.yaml
- Swagger specification: swagger.json / swagger.yaml
Our swagger.json/.yaml file provides a detailed API specification in the Swagger 2.0 format. It's ideal for developers who are working with older tools or platforms that haven't yet migrated to OpenAPI 3.0. Use this specification to generate client libraries, automate testing, and integrate with legacy systems.
- Postman collection: collection.json
Our
collection.jsonfile is a ready-to-use Postman collection that lets you start testing our API endpoints immediately. Import this file into Postman to get a complete set of pre-configured API requests. It's an excellent resource for API exploration and testing without writing any code.You can download one collection.json for all of our Unified APIs, or you can download a collection.json for each API.
- collection-accounting.json
- collection-ats.json
- collection-calendar.json
- collection-commerce.json
- collection-crm.json
- collection-enrichment.json
- collection-hris.json
- collection-kms.json
- collection-lms.json
- collection-martech.json
- collection-messaging.json
- collection-payment.json
- collection-repo.json
- collection-scim.json
- collection-storage.json
- collection-task.json
- collection-ticketing.json
- collection-uc.json
- collection-verification.json
Visit the Unified postman workspace at Postman.
- Supabase SQL DDL: Unified API's DDL
You can use our SQL DDL to create databases in Supabase matching our data-model schemas.
You can download one DDL SQL for all of our Unified APIs, or you can download a DDL SQL for each API, which will contain just the data models for that API category.
- supabase_ddl_accounting.sql
- supabase_ddl_ats.sql
- supabase_ddl_calendar.sql
- supabase_ddl_commerce.sql
- supabase_ddl_crm.sql
- supabase_ddl_enrichment.sql
- supabase_ddl_hris.sql
- supabase_ddl_kms.sql
- supabase_ddl_lms.sql
- supabase_ddl_martech.sql
- supabase_ddl_messaging.sql
- supabase_ddl_payment.sql
- supabase_ddl_repo.sql
- supabase_ddl_scim.sql
- supabase_ddl_storage.sql
- supabase_ddl_task.sql
- supabase_ddl_ticketing.sql
- supabase_ddl_uc.sql
- supabase_ddl_verification.sql
- Cloudflare Workers: github repo