Skip to main content

post-1-click-request-body-table-shared

PropertyRequired?TypeFormatDefaultDescriptionExample phone
Required
stringE.164-User's phone number (in E.164 format)"+12125550010" email
Optional
stringEmail-User's email address"richard@piedpiper.net" birthDate
Optional
stringyyyy-MM-dd-Birth date"1989-08-01" ssn4
Optional
string4 digits (0-9)-Last 4 digits of Social Security Number"6789" fullName
Optional
objectObject with keys for one or more child credentials listed below-Full name
{
"firstName": "Richard",
"lastName": "Hendricks"
}
fullName.firstName
Optional
stringcAse inSensiTive-First name"Richard"fullName.middleName
Optional
stringcAse inSensiTive-Middle name"Harrison"fullName.lastName
Optional
stringcAse inSensiTive-Last name"Hendricks" address
Optional
objectObject with keys for one or more child credentials listed below-Address
{
"line1": "5320 Newell Rd",
"city": "Palo Alto",
"state": "CA",
"zipCode": "94303",
"country": "US"
}
address.line1
Optional
stringcAse inSensiTive-Line 1 of address"5320 Newell Rd"address.line2
Optional
stringcAse inSensiTive-Line 2 of address""address.city
Optional
stringcAse inSensiTive-City of address"Palo Alto"address.state
Optional
string
  • 2 letter abbreviation (last 2 characters of ISO 3166-2 code for US state/territory)
  • Full state/territory name (ISO 3166-2 subdivision name)
-State of address
  • "CA"
  • "California"
address.zipCode
Optional
string
  • ZIP Code (5 digits, 0-9)
  • ZIP+4 (5 digits, 0-9 + - + 4 digits, 0-9)
-ZIP Code of address
  • "94303"
  • "94303-2846"
address.country
Optional
string
  • 2 letter abbreviation (ISO 3166-1 alpha-2 code, currently always "US")
  • Full country name (ISO 3166-1 English short name, currently always "United States of America")
-Country of address
  • "US"
  • "United States of America"
credentialRequests
Optional
CredentialRequest[]See CredentialRequestDefined by the default credential requests brand setting in your DashboardList of CredentialRequest objects (which encode which credentials you're asking for)See CredentialRequest example