Verification Identities » History » Version 4
prin methirattanasophon, 02/23/2026 04:16 AM
| 1 | 1 | prin methirattanasophon | # Verification Identities |
|---|---|---|---|
| 2 | |||
| 3 | 1. THAID |
||
| 4 | |||
| 5 | Objective: This API developed to serve for processing digital identity verification and authentication requests through the ThaID application. |
||
| 6 | |||
| 7 | 4 | prin methirattanasophon | Page Route: /authentication/signup/identityverification |
| 8 | 1 | prin methirattanasophon | |
| 9 | 4 | prin methirattanasophon | Data Source: Query string |
| 10 | - register_id: register_id |
||
| 11 | 1 | prin methirattanasophon | |
| 12 | 4 | prin methirattanasophon | ``` |
| 13 | /authentication/signup/identityverification?registerId={register_id} |
||
| 14 | 1 | prin methirattanasophon | |
| 15 | 4 | prin methirattanasophon | ``` |
| 16 | |||
| 17 | --- |
||
| 18 | |||
| 19 | 1 | prin methirattanasophon | System Intregration: |
| 20 | |||
| 21 | API: |
||
| 22 | - Method: POST |
||
| 23 | 4 | prin methirattanasophon | - Endpoint: /api/v1/thaid/initial |
| 24 | 1 | prin methirattanasophon | |
| 25 | Request Body: |
||
| 26 | |||
| 27 | |key|type|value| |
||
| 28 | |:--|:--|:--| |
||
| 29 | 4 | prin methirattanasophon | |id|string|register_id| |
| 30 | 1 | prin methirattanasophon | |
| 31 | |||
| 32 | Workflow: |
||
| 33 | <img style="width: 329px;" src="clipboard-202602201428-axltj.png"><br> |