# 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: application/json (object) - **connectorData** (object) Arbitrary data returned by the social provider to complete the verification process. - **verificationId** (string) The ID of the social verification record. Optional for Google one tap login, as it does not have a pre-created social verification record in session. ## Responses ### 200 The social authorization response has been successfully verified. #### Body: 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)