← Back

API Docs

Explore endpoints and integration details

Main endpoints

Method Path Auth Description Format CORS / Cache
POST /api/users/register public Register a new user
Params (2)
Body
email

Valid email address (required)

password

Password, min 8 characters (required)

json api · -
POST /api/security/login public Authenticate a user
Params (2)
Body
email

User email (required)

password

User password (required)

json api · -
POST /api/objects roles: ROLE_USER Create a new object
Params (2)
Body
name

Object name (required)

slug

Object slug (required)

json api · -
GET /api/objects roles: ROLE_USER List all objects json api · -
GET / public Homepage with environment info html - · key=homepage, ttl=3s Open

Fragments

There are no endpoints yet.