Home / Companies / Unified.to / Blog / Post Details
Content Deep Dive

How to migrate or import your integrations into Unified.to

Blog post from Unified.to

Post Details
Company
Date Published
Author
-
Word Count
795
Language
-
Hacker News Points
-
Summary

The guide provides detailed instructions on importing existing integrations into Unified.to, a platform that enables secure connections between applications and third-party accounts using existing customer credentials. Before starting, users should have a Unified.to account, existing customer credentials, and a basic understanding of REST APIs and authentication flows. Unified.to supports API token authentication, which requires either a single token or multiple credentials, and OAuth 2.0 authentication, which involves client credentials, access tokens, and possibly additional user information. Users need to check the Unified.to Core API for specific integration requirements and construct connection objects with appropriate credentials. The process involves making API requests to get integration details, constructing the connection object based on the authentication type, and creating the connection via a POST request. The guide emphasizes best practices, such as using a non-sandbox environment, including only necessary permissions, and securely storing the connection ID for future calls.