To begin an application, Katapult requires that the consumer verify their phone number. This is done by sending an SMS message to the input number.

Request verification code that is to be sent to the customer once phone number is provided for successful login. The customer will utilize this code to verify their identity and login. In response to request it returns if a user is new user or not.

Request Attributes

AttributeData TypeDescriptionRequired Format
phonestringCustomer's Phone Number10 digit number

Request Payload

{
  "phone": "1234567890"
}

Request Verification Code Errors

ErrorHTTP statusDescription
UNAUTHORIZED401Invalid Authorization Token
INTERNAL SERVER ERROR500Invalid Request Payload
Language
Authorization
Bearer
URL