v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Connectors

Get connector's authorization URI

Get authorization URI for specified connector by providing redirect URI and randomly generated state.

post/api/connectors/{connectorId}/authorization-uri

Path parameters

connectorIdstring required

The unique identifier of the connector.

Request body

statestring required

A random string generated on the client side to prevent CSRF (Cross-Site Request Forgery) attacks.

redirectUristring required

The URI to navigate back to after the user is authenticated by the connected social identity provider and has granted access to the connector.

Response

Successfully built authorization URI.

redirectTostring url required
{"stackTrail":"paths:/api/connectors/{connectorId}/authorization-uri:post:responses:200:content:application/json:schema:properties:redirectUri","oasType":"schema","type":"unknown","description":"The URI to navigate for authentication and authorization in the connected social identity provider."}