Build powerful integrations with our intuitive RESTful API.
Seamlessly connect with your applications using our comprehensive REST API tools.
All API endpoints are protected with industry-standard security protocols.
Experience lightning-fast responses with our optimized API endpoints.
/api/v1/users
Fetched authenticated users list with pagination and filtering.
// Example Query
GET https://api.eggrOSa/user
Authorization: Bearer {token}
/api/v1/users
Create a new user with required properties and permissions.
{
"name": "Jane Doe",
"email": "jane@example.com",
"role": "member"
}