Skip to main content
Live Demo
Select a connector below to experience our seamless authentication flow and see how easy it is to connect third-party services.

How it works

1

Create Connection

Create a connection using POST /connections by providing a connectorId and an ownerId. The ownerId is a unique identifier defined by you, typically representing a customer or user ID.
2

Authorize Connection

Authorize the connection using POST /authorization to obtain the authorizationUrl required to initiate the OAuth flow.
3

CRUD Resources

Once connected, you can perform CRUD operations on any unified resources available in the /resources endpoint. You can also make authenticated HTTP requests to the connector’s API using /proxy.
Let’s get started:

Create Connection

Create your first connection with your preferred connector.