APIs
NOÉ's APIs are still very young, so please be understanding! ;) We are continuously working on improving this documentation.
📄️ Authentication
The NOÉ API uses authentication based on JWT (JSON Web Tokens) to secure access to endpoints.
📄️ Filtering
The NOÉ API filtering system allows applying advanced filters on LIST endpoints using a syntax inspired by MongoDB.
📄️ Pagination and Sorting
The LIST endpoints of the NOÉ API support sorting and pagination parameters to efficiently manage large collections of entities.
📄️ Nested fields
Nested fields are fields that contain other fields. For example, some NOÉ objects have a
📄️ Ticketing
Ticketing is probably what you'll want to automate as soon as possible. Here are some ideas:
📄️ Webhooks
NOÉ allows the use of webhooks. Here's how they work!