About the Rest API
This document provides additional information about the REST API, which is the underlying interface for the Qeo back-end management system.
The REST API allows developers to create their own web-based and/or mobile interfaces to manage Qeo realms, users and devices of authorized Qeo administrators.
Required Reading
It is important to understand the Qeo concepts and principles. For that, read the Qeo System Description. Developers should also understand how Qeo Security works. For this, read the Introduction to Qeo Security.
In this Section
This section covers the following topics:
- Using OAuth 2.0 to Access Qeo Rest API
- REST API Reference Documentation
- /realms (GET)
- /realms (POST)
- /realms/{id} (DELETE)
- /realms/{id}/users (GET)
- /realms/{id}/users (POST)
- /realms/{id}/users/{id} (DELETE)
- /realms/{id}/devices (GET)
- /realms/{id}/devices (POST)
- /realms/{id}/devices?users={id} (GET)
- /realms/{id}/devices/{id} (DELETE)
- /realms/{id}/policy (GET)
- /realms/{id}/policy (PUT)
- /realms/{id}/policy (POST)
- /realms/{id}/policy?users={id} (GET)
- Error list
- Qeo Root Resource