37 lines
903 B
Markdown
37 lines
903 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.
|
|
|
|
| Field | Description |
|
|
|-------|--------------------------------------------------|
|
|
| token | An authorization token for the verified account. |
|
|
|
|
### 400 - Error: Bad Request
|
|
|
|
The request was malformed.
|
|
|
|
### 403 - Error: Forbidden
|
|
|
|
Blocked for security reasons.
|
|
|
|
### 404 - Error: Forbidden
|
|
|
|
The provided token is unknown. |