v1

latestOpenAPI 3.0.02026-07-1715378310.4 KB
integrations

post/api/v1/integrations/{provider}/start

Path parameters

providerstring required

Request body

userIdstring required

Application user identifier to associate the connection with

redirectUristring required

Frontend callback URL that receives the OAuth code

scopesstring[]

Optional override of scopes to request

Response

providerstring required
authorizationUrlstring required
statestring required
expiresInnumber required

Suggested client-side TTL for the authorization URL

Example response

{
  "expiresIn": 300
}