v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Experience

Create social verification

Create a new SocialVerification record and return the provider's authorization URI for the given connector.

post/api/experience/verification/social/{connectorId}/authorization-uri

Path parameters

connectorIdstring required

The unique identifier of the connector.

Request body

statestring required

The state parameter to pass to the social connector.

redirectUristring required

The URI to redirect the user after the social authorization is completed.

Response

The social authorization URI has been successfully generated.

authorizationUristring required

The social authorization URI.

verificationIdstring required

The unique verification ID of the newly created SocialVerification record. The verificationId is required when verifying the social authorization response.