REST API
The REST API for Webfuse allows you to manage your company, spaces, settings, clients and more using the familiar format.
API Schema
Section titled “API Schema”The lates API documentation is rendered by Swagger:
Authentication
Section titled “Authentication”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