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.5.1
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: 21

{
    "found": true
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.1 stable