SDKs
Use the following SDKs to access our API.
- Typescript: npmjs.com/package/@unified-api/typescript-sdkv2.20.0 last updated 3/3/2025
- Python: github.com/unified-to/unified-python-sdkv0.37.1 last updated 3/3/2025
- PHP: github.com/unified-to/unified-php-sdkv1.1.42 last updated 3/3/2025
- Java: central.sonatype.com/artifact/to.unified/unifiedtov0.27.6 last updated 3/4/2025
- Go: github.com/unified-to/unified-go-sdkv0.23.9 last updated 3/3/2025
- C#: nuget.org/packages/UnifiedTov0.22.20 last updated 3/3/2025
- Ruby: github.com/unified-to/unified-ruby-sdkv0.6.21 BETA last updated 3/3/2025
- Other: You can generate SDKs in other languages by utilizing our OpenAPI.json file or our Protobuf file with tools like OpenAPI Generator or Protoc.
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.
- 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.json
file 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.