2023-08-18 21:49:41 +00:00
|
|
|
# `/account/activate` - POST
|
|
|
|
Activates the account if it was deactivated.
|
2023-08-18 16:05:12 +00:00
|
|
|
|
|
|
|
## HTTP Headers
|
|
|
|
| Header | Content |
|
|
|
|
|---------------|--------------------|
|
|
|
|
| Authorization | `Bearer {token}` |
|
|
|
|
|
|
|
|
## Responses
|
|
|
|
### 200 - Success
|
2023-08-18 21:49:41 +00:00
|
|
|
The account was activated.
|
2023-08-18 16:05:12 +00:00
|
|
|
### 208 - Already Reported
|
2023-08-18 21:49:41 +00:00
|
|
|
The account is already activated.
|
2023-08-18 16:05:12 +00:00
|
|
|
### 401 - Error: Unauthorized
|
|
|
|
The provided auth token doesn't allow you to perform this operation.
|
|
|
|
### 403 - Error: Forbidden
|
2023-08-18 21:49:41 +00:00
|
|
|
Blocked for security reasons.
|