API Reference

Discover how to integrate with the Eseni platform using our REST API. Every endpoint is designed for speed, reliability, and security.

User Management

Manage user accounts, roles, and permissions.

GET /api/v1/users

Parameters:

  • sort (string) - Sort by name, email, or role
  • limit (int) - Results per page
  • page (int) - Page number

Project Management

Create, update, and manage team projects.

POST /api/v1/projects

Request Body:

  • title (required, string)
  • description (string)
  • members (array of user IDs)

Try the API Console

Note: This is a demo console. Actual responses will contain authentication tokens and rate limits.