Skip to main content

RegistrationSendPhoneValidationInput

No description

input RegistrationSendPhoneValidationInput {
idempotencyKey: String
phoneCountryCode: String
phoneNumber: PhoneNumberStrict!
}

Fields

RegistrationSendPhoneValidationInput.idempotencyKey ● String scalar

The idempotent key for this request, which is optional. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'

RegistrationSendPhoneValidationInput.phoneCountryCode ● String scalar

Optional phone country code. If not specified defaults to +1 for US.

RegistrationSendPhoneValidationInput.phoneNumber ● PhoneNumberStrict! non-null scalar

The phone number to be validated, not including the country code

Member of

registrationSendPhoneValidation mutation