post https://www.katapult.com/api/v3/user/auth/retailer/
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
Attribute | Data Type | Description | Required Format |
---|---|---|---|
phone | string | Customer's Phone Number | 10 digit number |
Request Payload
{
"phone": "1234567890"
}
Request Verification Code Errors
Error | HTTP status | Description |
---|---|---|
UNAUTHORIZED | 401 | Invalid Authorization Token |
INTERNAL SERVER ERROR | 500 | Invalid Request Payload |