v1

latestOpenAPI 3.0.02026-07-2417517.4 KB
Consumer Verification and Lookup

Submit Verification Code

Once the customer has received the SMS code, it must be sent to Katapult to complete the verification of their phone number.

post/user/auth/verify/

Request body

phonestring
codestring

Example request

{
  "phone": "1234567890",
  "code": "123456"
}

Response

Successful Verification