# Verify social verification **POST /api/experience/verification/social/{connectorId}/verify** Verify the social authorization response data and get the user's identity data from the social provider. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters #### Path parameters - **connectorId** (string) The unique identifier of the connector. ## Body parameters Content-type: application/json - **connectorData** (object) Arbitrary data returned by the social provider to complete the verification process. - **verificationId** (string) The ID of the Social verification record. ## Responses ### 200: The social authorization response has been successfully verified. #### Body Parameters: application/json (object) - **verificationId** (string) The unique verification ID of the SocialVerification record. This ID is required when identifying the user in the current interaction. ### 400: The social authorization response is invalid or cannot be verified. ### 404: The social connector is not found. ### 500: Connector error. Failed to verify the social authorization response or fetch the user info from the social provider. [Powered by Bump.sh](https://bump.sh)