22 lines
727 B
Markdown
22 lines
727 B
Markdown
# `/account/verify` - POST
|
|
Verifies a requested account.
|
|
|
|
## HTTP Headers
|
|
| Header | Content |
|
|
|--------------|--------------------|
|
|
| Content-Type | `application/json` |
|
|
|
|
## Content - JSON
|
|
| Field | Description |
|
|
|-------|--------------------------------------------------------------------------------|
|
|
| token | The verification token you received via an email after requesting the account. |
|
|
|
|
## Responses
|
|
### 200 - Success
|
|
The account was verified. You can login now.
|
|
### 400 - Error: Bad Request
|
|
The request was malformed.
|
|
### 403 - Error: Forbidden
|
|
Blocked for security reasons.
|
|
### 404 - Error: Forbidden
|
|
The provided token is unknown. |