Customer » Onboarding »
« Previous |
Revision 10/15
(diff)
| Next »
Ryan Supawarapong, 02/19/2026 01:34 AM
Onboarding API Spec¶
Table of content
Fullname¶
| Type |
Value |
| API Path |
/onboarding/v1/fullname |
| Request Type |
POST |
| Content-Type |
application/json |
Request Body¶
| JSON Path |
Type |
Example |
Required |
| title |
string |
"Mr." |
yes |
| thName |
string |
"สมชาย" |
yes |
| thMiddlename |
string |
"ใจดี" |
no |
| thSurname |
string |
"รักดี" |
yes |
| enName |
string |
"Somchai" |
yes |
| enMiddlename |
string |
"Jaidee" |
no |
| enSurname |
string |
"Rakdee" |
yes |
| email |
string |
"somchai@example.com" |
yes |
| mobile |
string |
"0812345678" |
yes |
| citizenship |
integer |
764 |
yes |
response body¶
| Key |
Type |
example |
Required |
status |
string |
"success" |
yes |
xid |
string |
"c4336914-d359-4ca7-ba0f-edc51b9d27ee" |
yes |
data |
null |
null |
no |
Error Response (400)¶
| JSON Path |
Type |
Example |
Required |
| error |
string |
"duplicate email, mobile" |
yes |
Diagram¶

Verify¶
| Type |
Value |
| API Path |
/onboarding/v1/verify |
| Request Type |
POST |
Request Body¶
Example response body¶
Error Response (400)¶
Diagram¶
Address¶
| Type |
Value |
| API Path |
/onboarding/v1/TBA |
| Request Type |
TBA |
Request Body¶
Example response body¶
Error Response (400)¶
Diagram¶
Knowledge Test¶
| Type |
Value |
| API Path |
/onboarding/v1/TBA |
| Request Type |
TBA |
Request Body¶
Example response body¶
Error Response (400)¶
Diagram¶
Updated by Ryan Supawarapong about 2 months ago
· 15 revisions