Start Here: How to add a Test Connection
April 3, 2024
To test a connection to one of your third-party accounts with one of the Unified.to integrations:
- Call the API endpoint to add an integration by authenticating it: https://docs.unified.to/unified/integration/Create_connection_indirectly
You will replace {workplace_id} with your workspace ID and remember to add your access token to the Authorization header.
This will return a URL to that vendor's authorization page. Enter that into your browser, and authorize Unified.to.
- If the integration only supports an API Key/Token, then you can call the Create Integration API endpoint and provide that API key in the auth.token field.
- If you call the Create Integration API endpoint without any authentication, that integration will not work and will return an "Unauthorized" error.
Are we missing anything? Let us know