Key concepts
BETA
Find here all the main useful information.
-
Best Practices
A summary of good practices to apply for the use in your applications of Sage Active Public API V0.
-
API: Authenticate
Sage Active Public API V0 is secured by Oauth 2.0 authentication.
Follow the suggested steps to implement authentication in your application. -
User consents
Each user of an application using the API must explicitly give their consent to grant the application the right to access their data.
-
Operators & keywords for queries
Referencing of the different operators and keywords that can be used for your Sage Active Public API V0 queries.
-
API: Pagination
The notion of pagination is fundamental, it is important to know that Sage Active Public API V0 returns a maximum of records for each request.
-
GraphQL Complexity Limit
GraphQL queries offer flexibility and customization to users, allowing them to define their own queries.
However, this advantage can also be a potential drawback, as users may execute queries that consume significant resources.
To prevent overloading the GraphQL engine with excessively complex and resource-intensive queries, a complexity limit is enforced on the public GraphQL API