POST ./scoli/enrollment_confirm
Email confirmation for scholl enrollment.
Will start the process of creating the school.
POST parameters
Name | Value Type | Validation | Details |
---|---|---|---|
token | string | Required | Validation token. |
Validation
Error Field | Error Code | Error Message |
---|---|---|
token | 101 | Invaid token or already used. |
Output example
{"result": true}