Zum Hauptinhalt springen
Version: v1.2.1

console.wallis API

API to the console.wallis backend.

OAuth Login

In order to successfully make requests via the API explorer you need to authenticate first.

Use any authorization button (lock icon) on the right side of every request to open the OAuth login form.

This will authenticate the current session. Therefore, you do not need to authenticate again when you execute a request.

Authorization

Most of the endpoints will require the "organization-id" header, this will authorize the caller to act as a member of the organization.

Versioned Endpoints

To avoid breaking changes, some endpoints may have different versions. To use a specific version of an endpoint, send the header: "X-API-RESOURCE-VERSION" together with the desired version number. All older versions are deprecated.

In this documentation, some endpoints contain the query parameter: "swagger-ui". This parameter can be ignored and is only used to workaround limitations with OpenAPI (Swagger) and header based versioning.