Auth Valimo
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| Core CRUD | ||
| POST | /api/auth-valimo/ |
Create |
| Other Actions | ||
| POST | /api/auth-valimo/result/ |
Result |
Core CRUD
Create
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
- Model Source:
AuthResultRequest - API Source:
auth_valimo_create
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Field | Type | Required |
|---|---|---|
phone |
string | ✓ |
201 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
token |
string | |
phone |
string | |
message |
string | This message will be shown to user. |
state |
any | |
error_message |
string | |
details |
string | Cancellation details. |
Other Actions
Result
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
- Model Source:
AuthResultUUIDRequest - API Source:
auth_valimo_result
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Field | Type | Required | Description |
|---|---|---|---|
uuid |
string (uuid) | ✓ | UUID of the authentication result. |
200 -
| Field | Type | Description |
|---|---|---|
uuid |
string (uuid) | |
token |
string | |
phone |
string | |
message |
string | This message will be shown to user. |
state |
any | |
error_message |
string | |
details |
string | Cancellation details. |