Verify a social verification record
Verify a social verification record by callback connector data, and save the user information to the record.
POST /api/verifications/social/verify
curl \
-X POST https://[tenant_id].logto.app/api/verifications/social/verify \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"connectorData":{},"verificationRecordId":"string"}'
Request examples
{
"connectorData": {},
"verificationRecordId": "string"
}
Response examples (200)
{
"verificationRecordId": "string"
}