REST endpoints - introduction
The Genesis low-code platform automatically exposes all the resources you have configured as REST endpoints via the Genesis Router. Unless configured otherwise, all requests require a valid SESSION_AUTH_TOKEN
HTTP header. A SESSION_AUTH_TOKEN
is retrieved after successful user authentication.
The Content-Type
of all HTTP request/responses is application/json
.
Here, we provide a list of the endpoints for each resource:
As well as these resources, there are also endpoints available for:
For more information on exposing endpoints for resources not listed above, see Custom Endpoints.