Nextworld Platform REST API
Inbound REST endpoints into the Nextworld Platform. Every table and logic block created in the platform automatically exposes a set of endpoints for fetching, inserting, updating and deleting records and for executing logic blocks. Authentication is a Basic Auth call whose JSON response returns the tenant-specific protocol://host:port plus an access token (8 minute lifetime) and a refresh token. The full endpoint reference is published inside the platform under Integrations > Endpoint Documentation and is not reachable without a tenant login, so no OpenAPI definition could be captured.