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 \
--request POST https://[tenant_id].logto.app/api/verifications/social/verify \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"connectorData":{},"verificationRecordId":"string"}'
Request examples
{
"connectorData": {},
"verificationRecordId": "string"
}
Response examples (200)
{
"verificationRecordId": "string"
}