Check if a user exists with the given email address

GET /api/exists

Request

Example request 1

GET /api/exists HTTP/1.1
Host: accounts.bakeronline.be
X-VERSION: 1.9.0
Accept-Language: en-US,en;q=0.5

Response

A dictionary with fields

Field Type Description
found Bool A boolean value

Example response 1

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 22

{
    "found": false
}
1.9.0 stable