Authorize with oAuth

Deprecated

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

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
The ID of the connector to authorize.

Headers

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