Connect your applications to site operations.
Use the HTTPS API address assigned to your Lexoh system. Replace your-lexoh-server in the example host with your server name and use port 3000. Endpoint paths begin with /v1. Most list operations use POST with a JSON body.
This reference describes the reviewed server implementation. Routes and enabled services can differ in the version deployed for your system.
Base URL
https://your-lexoh-server.app.lexoh.com:3000/
Authenticate your first request
Start with the authentication guide, then explore the endpoints for your integration.
AuthenticationHTTP contracts
Read operations often use POST, and creation frequently uses PUT. Use the exact method and path listed for each operation. Account permissions still apply.
Schemas are available where documented. The absence of a schema does not mean an empty request is accepted.