Configuration API

To be able to use this endpoint, Basic User Authentication is required.

Authentication

To get access to the data in the system, a user authenticatie himself by sending an secret access token. This token can be requeste through basic authentication.
POST https://backend.wizzo-link.nl/api/v1/login
     Authorization: Basic U29mdHdhcmVoZXJvOldpenpvMTIzIQ==

{
    "message": "Login Succeed, save your token",
    "data": {
        "id": "installation",
        "token": "d4FUIyfhY0lBYOpD5JgYvzvtimGEJ836",
        "expires": 1636553661,
        "email": "servicedek@wizzo.nl"
    }
} 

List


GET https://backend.wizzo-link.nl/api/v1/{entity}
     Authorization: Bearer d4FUIyfhY0lBYOpD5JgYvzvtimGEJ836

null