Authorize with oAuth

Authorize the connector with the given ID for the connector oauth app. See ‘Connector Authentication’ for more information.

Path parameters

idstringRequired
The ID of the connector to authorize.

Headers

AuthorizationstringRequired

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

X-Client-NamestringOptional
The name of the project that is making the request.

Query parameters

after_token_redirectstringOptional
The URL to redirect to after the connector has been authorized.

Response

OK
redirect_urlstring or null
The OAuth 2.0 redirect url. Redirect the user to this url to authorize the connector.

Errors