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