eggrAPI Documentation

Build powerful integrations with our intuitive RESTful API.

Why Use eggrAPI?

Easy Integration

Seamlessly connect with your applications using our comprehensive REST API tools.

Secure

All API endpoints are protected with industry-standard security protocols.

High Performance

Experience lightning-fast responses with our optimized API endpoints.

API Reference

GET
/api/v1/users

Retrieve User List

Fetched authenticated users list with pagination and filtering.


// Example Query
GET https://api.eggrOSa/user
Authorization: Bearer {token}
POST
/api/v1/users

Create New User

Create a new user with required properties and permissions.


{
  "name": "Jane Doe",
  "email": "jane@example.com",
  "role": "member"
}