📄️ Database Information
You may need to add the DNS name (api.devii.io) or ping the DNS name to get the IP address for Devii's development API server to the security group settings.
📄️ Authorization (auth) Endpoint
Used to Login to Devii, and get Query endpoints and JWT tokens which are used to connect to the API with external software.
📄️ Anonymous Authorization (anonauth) Endpoint
Anonymous logins enable access to the tenant without a defined role, thus requiring no authentication. This feature is accessed at the /anonauth server endpoint. The primary use case is for self-registration of new users for a tenant's apps, and thus creation of new roles. Access to public data is another use case.
📄️ Query (roles_pbac) Endpoint
Used to make requests to the control API that controls your tenant's roles, classes, and policy (among other things).
📄️ Query (query) Endpoint
Used to make requests to the API generated from your database.
📄️ GraphQL Queries and Mutations
With built-in resolver functions that automatically handle filtering and sorting your query and paging through results without requiring custom parameters for each table.
📄️ Filtering Expressions
In order to support sophisticated queries, Devii features a powerful