Lueira BackOffice REST API
0.0.1
OAS 3.0
backofficerestapi.yaml
BackOffice API for lueira
Maladeta Studio - Website
Send email to Maladeta Studio
Servers
https://api.lueira.com/backoffice
https://api.pre.lueira.com/backoffice
http://localhost:8000/backoffice
Authorize
Auth
Authentication
POST
/auth
/login
Login a user of backoffice
Tenant
GET
/tenants
Get all the tenants
POST
/tenants
Create a tenant
GET
/tenants
/{tenant_id}
Get a specific tenant
PATCH
/tenants
/{tenant_id}
Update tenant
DELETE
/tenants
/{tenant_id}
Delete a tenant
GET
/tenants
/{tenant_id}
/users
List of users of a tenant
POST
/tenants
/{tenant_id}
/users
Create a user
User
GET
/users
List of all users
POST
/users
Create a user
GET
/users
/{user_id}
Details of a user
PATCH
/users
/{user_id}
Update user
DELETE
/users
/{user_id}
Delete a user
POST
/users
/{user_id}
/impersonate
Impersonate a user
BackOfficeUser
GET
/me
Details of a backoffice user
Demo
POST
/create-demo
Create a demo
Notifications
POST
/send-notification
Send a notification
Schemas
DateTime
BackOfficeUserAuthToken
BackOfficeUser
Tenant
TenantUpdateRequest
User
UserCreateRequest
TenantCreateRequest
UserAuthToken
UserUpdateRequest
DemoCreateRequest
SendNotificationRequest
Amount