Skip to main content
POST
Exchange an app listing OAuth callback

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The OAuth callback parameters posted by the frontend callback page.

code
string
required
Required string length: 1 - 2048
state
string
required
Required string length: 1 - 512
params
Params · object

Extra provider callback query parameters forwarded by the callback page, used to auto-detect the data center where the vendor returns it (e.g. Zoho location).

Response

Successful Response

A pending-connection id.

The user finalizes it by calling the create endpoint (POST /integration/{type}/) with this connection_id — the OAuth-connect flow shares the regular create/preview endpoints.

connection_id
string
required