Verify social verification
Verify the social authorization response data and get the user's identity data from the social provider.
POST /api/experience/verification/social/{connectorId}/verify
curl \
-X POST https://[tenant_id].logto.app/api/experience/verification/social/{connectorId}/verify \
-H "Content-Type: application/json" \
-d '{"connectorData":{},"verificationId":"string"}'
Request examples
{
"connectorData": {},
"verificationId": "string"
}
Response examples (200)
{
"verificationId": "string"
}