Skip to main content
POST
Complete OAuth

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Integration slug.

Body

application/json

Request body schema.

params
any
required

OAuth parameters to complete the flow.

Response

Successful response

value
string
required

OAuth completion result value.

extraValues
Extra values · object

Additional values returned by the OAuth flow (e.g. user tokens).