Clearview IFMS Documentation Centre

Our Documentation Centre is your central hub for everything you need to successfully use and integrate our platform. It brings together comprehensive product documentation, detailed API references, step-by-step integration guides, and practical examples to support developers and teams at every stage.

Sign up Log in

Cover

User Guides

View user guides for all sections of the system.

Cover

server

Support

Having trouble, get support from a specialist.

Cover

terminal

API reference

Browse, test, and implement APIs.

Interact with our system

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast.

rocket-launchGet started terminalAPI reference

index.js
// Import the SDK
import axios from "axios";

// Make your first API call
const getData = async () => {
    const resp = await axios.get("API_ENDPOINT");
    return resp;
}

const values = await getData();
console.log(values);

Learn more about the developer platform

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.

book-openGuides bookDocumentation

Last updated