Save Connection
POST /integrations/connections
Record a connection the OAuth flow has already established.
This does NOT perform the handshake - the hosted flow does, and this stores
its result. connection_id is the id that flow returned, not one you
choose.
Authorizations
Parameters
Header Parameters
Request Body required
Record a connection the OAuth flow has already established.
This does NOT perform the OAuth handshake - the hosted flow does that, and
this stores its result. connection_id is the id that flow handed back,
not one you choose.
object
Provider-specific configuration captured during the flow.
object
The id the OAuth flow returned.
Stable graph8 provider name.
Provider config key.
Responses
201
Successful Response
object
An open envelope for a connection, a token or a migration report.
Open because the migration STATUS payload carries a per-entity progress map, a discovered-field map and a pipeline list that all grow with the providers - and because a dropped warning on a migration report reads as “nothing went wrong”.
object
422
Validation Error