Custom Domain
API referenceConnections

Domain Connect async redirect target (public; authenticated by the signed state)

GET
/connect/dc/callback

Rail A (Domain Connect async) redirect target — distinct from /connect/oauth/callback (Mode C), which discards its one-time token. It consumes the signed single-use state (rail-bound to async), exchanges the code for a durable async grant at the provider API base pinned into the state at start (never re-derived from fresh discovery), applies the template, and persists the encrypted grant so the connection can be re-applied / reverted server-side. Records are applied with data.via = async.

Query Parameters

code?string
state*string

Response Body

curl -X GET "https://example.com/connect/dc/callback?state=string"
Empty
Empty