Activate current user
POST {{baseUrl}}/api/user/activate
Activate the current user account (requires an activation code). This function is only available through a JWT token.
Request Body
{"code"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}