API reference
GETPublic
Get email verify
/api/v1/email/verify/{id}/{hash}
Retrieve `/api/v1/email/verify/{id}/{hash}`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
| Field | Type | Description |
|---|---|---|
id Required | string | Path parameter `id`. |
hash Required | string | Path parameter `hash`. |
Query parameters
This endpoint has no query parameters.
Request body
This endpoint does not accept a request body.
Responses
| Status | Meaning |
|---|---|
| 502 | See the example response. |