# Verify a social verification record **POST /api/verifications/social/verify** Verify a social verification record by callback connector data, and save the user information to the record. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ## Body parameters Content-type: application/json - **connectorData** (object) A json object constructed from the url query params returned by the social platform. Typically it contains `code`, `state` and `redirectUri` fields. - **verificationRecordId** (string) - **verificationId** () The verification ID of the SocialVerification record. ## Responses ### 200: The social verification record has been successfully verified and the user information has been saved. #### Body Parameters: application/json (object) - **verificationRecordId** (string) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found ### 422: Unprocessable Content [Powered by Bump.sh](https://bump.sh)