REST API
Introduction
REST API for Webfuse allows you to manage your company, spaces, settings, clients and more using the familiar format.
Full documentation can be found here.
Authentication
There are two types of authentication for the REST API:
- Company Key - This key is used to manage your company and all of your spaces.
- Space Key - This key is used to manage a specific space and all related objects.
Company key is a global key that can be used to manage all of your spaces, while space key is a key that can be used to manage a specific space and all related objects.
API Schema
We use Swagger to generate the REST API documentation. You can access the documentation directly from the REST API page or download the schema from the API schema.