API Unified Definition
The common definition used in all AppSeed products that includes an API Service
Last updated
Was this helpful?
The common definition used in all AppSeed products that includes an API Service
Last updated
Was this helpful?
This page describes the unified definition used by all API servers provided by AppSeed. This internal standard is used by all full-stack products, despite the UI or backend technology.
API Servers aligned to use it:
- free product
- free product
- free product
- commercial product
UI Products aligned to use it:
- free product
- free product
- commercial product
For more information or support please access the platform or chat directly with support team on .
Interface descriptor -
USERS API:
/api/users/register
: create a new user
/api/users/login
: authenticate an existing user
/api/users/logout
: delete the associated JWT token
/api/users/checkSession
: check an existing JWT Token for validity
/api/users/edit
- edit the information associated with a registered user
👉 Register -
api/users/register
👉 Login -
api/users/login
👉 Logout -
api/users/logout