GET /api/exists
GET /api/exists HTTP/1.1
Host: accounts.bakeronline.be
X-VERSION: 1.9.0
Accept-Language: en-US,en;q=0.5
A dictionary with fields
Field | Type | Description |
---|---|---|
found | Bool | A boolean value |
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 22
{
"found": false
}