Overview
Fuse Platform provides the Fuse API. This RESTful API includes the Operations about content endpoint, which allows customers to automate content creation on their Fuse instance, including the creation of external links, articles, and questions.
Refer to the Fuse API Manage Users RESTful Endpoint as the Operations about content Endpoint for simplicity.
Operations about content endpoint
Read the following information before using this API:
Communication
Our API uses the standard HTTP request methods/operations for communication:
...
Info |
---|
Fuse API supports JSON (JavaScript Object Notation). |
Authorisation
Each Fuse API request requires authorisation; the API authorisation is currently associated with one or more defined admin user accounts on your organisation’s Fuse instance.
...
Info |
---|
Please read the Authorisation section to understand how to obtain a valid authentication. |
Additional Information
API Wiki Documentation
Each Fuse instance will have a Swagger-based API Wiki that lists all our APIs.
This is available to admin users only:
https://<instance_name>.fuseuniversal.com/site-admin/api_documentations
...