The Nexudus Platform is an api-first system, which means every single component has a representation in the API and can be used programmatically by a developer.Documentation Index
Fetch the complete documentation index at: https://developers.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
📘 API-first? In the Nexudus Platform, if there is no API for it, it doesn’t exist!There are two types of groups of APIs available:
- The REST API
- The Public API
🚧 PATCH requests The Nexudus API does not support PATCH requests. You must always read a full record before submitting the complete record as part of your PUT requests.The Public API lets you implement applications that connect with the public and members areas of a Nexudus account. As opposed to the REST API, the Public API assumes you will be making non-authenticated requests or authenticated as the end-user (i.e your customers and members).