Get Started
Introduction
Create your first connection
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: