Skip to main content
POST
Complete an OAuth connection flow

Authorizations

x-api-key
string
header
required

Body

application/json

The OAuth provider callback payload — the signed state and the authorization code, or a provider-reported error.

code
string | null
error
string | null
state
string | null

Response

Success.

data
any
required