Verify Google One Tap credential
Verify a Google One Tap credential (ID token) and create a verification record.
POST
/api/experience/verification/google-one-tap/verify
curl \
--request POST 'https://[tenant_id].logto.app/api/experience/verification/google-one-tap/verify' \
--header "Content-Type: application/json" \
--data '{"credential":"string"}'
Request examples
{
"credential": "string"
}
Response examples (200)
{
"verificationId": "string"
}