v1
integrations

Initiate OAuth flow

get/api/integrations/{provider}/login

Path parameters

providerstring required

Provider name for integrations. Can be any string value, including custom provider names.

Query parameters

scopesstring
credential_idstring nullable

Response

Successful Response

login_urlstring required
state_tokenstring required
cancel_urlstring nullable

Changes

Changed in 1 of the 92 revisions of this API.1

    • added the optional property cancel_url to the response with the 200 status

      response-optional-property-added