Last updated 1 year ago
ex: Bearer
POST /api/v1/onboarding/PhoneInfo/SendOtp HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Success
No content
GET /api/v1/onboarding/PhoneInfo/GetVerifiedPhones HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
[ { "phoneNumber": "text", "isDefault": true } ]
POST /api/v1/onboarding/PhoneInfo/Approve HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
true
POST /api/v1/onboarding/PhoneInfo HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 36 { "code": "text", "phoneNumber": "text" }
POST /api/v1/onboarding/PhoneInfo/ValidateOTP HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 14 { "otp": "text" }
POST /api/v1/onboarding/PhoneInfo/SetDefault HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 22 { "phoneNumber": "text" }