POST /acc/regΒΆ

Active account with registration code.

On successfully, an message will be send to user’s email to inform about action. Then account becomes avaiable on system and user can use that account.

Get registration from POST /acc/reg/code.

POST /acc/reg
Content-Type: application/json

{
    "properties": {
        "code": {
            "pattern": "^([a-zA-Z]{4}-){3}[a-zA-Z]{4}$",
            "type": "string"
        }
    },
    "required": [
        "code"
    ],
    "type": "object"
}

HTTP/1.1 204 No Content