APIs
This section provides information about available APIs as well as your current Personal Access Token

Quasr offers two APIs: an Authentication API for users to sign up (register) and sign in (login), and an Management API that is used to manage (typical CRUD operations) the several entity types in the Quasr system. The Management API can be used by tenant administrators and users (in this case, limited to certain entity types and also limited to their own entities).
The OpenID Connect Discovery document is at https://{tenant_id}.api.quasr.io/.well-known/openid-configuration
Authentication APIManagement API (GraphQL)Postman Collection
API documentation and a Postman collection are available at https://documenter.getpostman.com/view/18129777/UVXgMHEv
Last updated