Error
A valid request URL is required to generate request examples{
"user": {
"id": "<string>",
"address_line1": "<string>",
"address_line2": "<string>",
"can_upload": true,
"city": "<string>",
"country": "<string>",
"created_at": "<string>",
"denialbase_email": "<string>",
"email": "<string>",
"first_name": "<string>",
"full_name": "<string>",
"google_linked": true,
"has_password": true,
"last_name": "<string>",
"mail_suite_code": "<string>",
"notification_preferences": {
"email_denials": true,
"email_integrations": true,
"email_actions": true,
"in_app_notifications": true
},
"passkey_enabled": true,
"password_set_by_user": true,
"phone_number": "<string>",
"postal_code": "<string>",
"two_factor_enabled": true,
"upload_cooldown_remaining": 123
},
"just_created": true
}Api::V1::Whitelabel::Guest
Verify otp guest
Verify otp for guest.
POST
/
api
/
v1
/
whitelabel
/
guest
/
verify_otp
Error
A valid request URL is required to generate request examples{
"user": {
"id": "<string>",
"address_line1": "<string>",
"address_line2": "<string>",
"can_upload": true,
"city": "<string>",
"country": "<string>",
"created_at": "<string>",
"denialbase_email": "<string>",
"email": "<string>",
"first_name": "<string>",
"full_name": "<string>",
"google_linked": true,
"has_password": true,
"last_name": "<string>",
"mail_suite_code": "<string>",
"notification_preferences": {
"email_denials": true,
"email_integrations": true,
"email_actions": true,
"in_app_notifications": true
},
"passkey_enabled": true,
"password_set_by_user": true,
"phone_number": "<string>",
"postal_code": "<string>",
"two_factor_enabled": true,
"upload_cooldown_remaining": 123
},
"just_created": true
}⌘I