Skip to content

REST API

The REST API for Webfuse allows you to manage your company, spaces, settings, clients and more using the familiar format.

The lates API documentation is rendered by Swagger:

  • REST API Docs .
  • REST API Schema .

There are two types of authentication for the REST API:

  • Space Key (prefixed with rk_)
    This key is used to manage A SPECIFIC space and all related objects.
  • Company Key (prefixed with ck_)
    This key is used to manage your company and ALL of your spaces.

Both keys are used in the Authorization header. For example:

Authorization: Token rk_your_company_key