# Create social verification **POST /api/experience/verification/social/{connectorId}/authorization-uri** Create a new SocialVerification record and return the provider's authorization URI for the given connector. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ### Path parameters - **connectorId** (string) The unique identifier of the connector. ### Body: application/json (object) - **state** (string) The state parameter to pass to the social connector. - **redirectUri** (string) The URI to redirect the user after the social authorization is completed. ## Responses ### 200 The social authorization URI has been successfully generated. #### Body: application/json (object) - **authorizationUri** (string) The social authorization URI. - **verificationId** (string) The unique verification ID of the newly created SocialVerification record. The `verificationId` is required when verifying the social authorization response. ### 400 Bad Request ### 404 The social connector is not found. ### 500 Connector error. Failed to generate the social authorization URI. [Powered by Bump.sh](https://bump.sh)