Skip to main content

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

PropertyRequired?TypeFormatDefaultDescriptionExample phone
Required
stringE.164noneUser's phone number (in E.164 format)"+12125550010" email
Optional
stringemailnoneUser's email address"richard@piedpiper.net" birthDate
Optional
stringYYYY-MM-DDnoneBirth date"1989-08-01" ssn4
Optional
string4 digits (0-9)noneLast 4 digits of Social Security Number"6789" fullName
Optional
ObjectObject with keys for one or more child credentials listed belownoneFull name
{
"firstName": "Richard",
"lastName": "Hendricks"
}
fullName.firstName
Optional
stringcAse inSensiTivenoneFirst name"Richard"fullName.middleName
Optional
stringcAse inSensiTivenoneMiddle name"Harrison"fullName.lastName
Optional
stringcAse inSensiTivenoneLast name"Hendricks" address
Optional
ObjectObject with keys for one or more child credentials listed belownoneAddress
{
"line1": "5320 Newell Rd",
"city": "Palo Alto",
"state": "CA",
"zipCode": "94303",
"country": "US"
}
address.line1
Optional
stringcAse inSensiTivenoneLine 1 of address"5320 Newell Rd"address.line2
Optional
stringcAse inSensiTivenoneLine 2 of address""address.city
Optional
stringcAse inSensiTivenoneCity 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)
noneState of address
  • "CA"
  • "California"
address.zipCode
Optional
string
  • ZIP Code (5 digits, 0-9)
  • ZIP+4 (5 digits, 0-9 + - + 4 digits, 0-9)
noneZIP 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")
noneCountry 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