BWP-API

Authentication

In order to authenticate the request against the server, the token has to be provided either a GET parameter "token" or as Bearer Token.

Status Codes

Any successful calls to the API will be returned with HTTP status code 200. Any failed requests will be returned with HTTP status code 400.

Endpoints

Any call to the API needs to use the base URL https://api.waermepumpe.de/api/.

Providing Arguments for an API Request

Any arguments except for the token have to be supplied as POST arguments.