Skip to main content

get-1-click-verifications-channels-response-body-example

GET /1-click/verifications/channels Response Body Example
{
"channels": {
"autofill": {
"available": true, // = brandApproved && deviceIpEligible
"brandApproved": true,
"deviceIpEligible": true
},
"silent": {
"available": true, // = brandApproved && deviceIpEligible
"brandApproved": true,
"deviceIpEligible": true
},
"sms": {
"available": true, // = brandApproved, currently
"brandApproved": true
},
// Coming soon
// "email": {
// "available": true
// }
}
}