NewStore offers several ways to interact with the platform:
REST APIs: Perform CRUD operations on data within the platform and adjust your tenant’s configuration.
GraphQL API: Query your data in a flexible, efficient way.
Webhooks: Register callbacks to receive event stream data and extend platform functionality.
To get familiar with the fundamental concepts of the available APIs, see the following documentation:
Authentication – How to authenticate API calls
API rate limiting – Limits applied to the number of API calls
APIs and webhooks – Overview of how to combine available API technologies
GraphQL API – Introduction to using the GraphQL API