EazeMyAPI URL Structure
All EazeMyAPI endpoints follow a consistent URL structure.URL Components
Example API URL
CRUD API Structure
EazeMyAPI automatically generates standard CRUD APIs for every table.API Request Example
cURL Example
Example Response
API Versioning
EazeMyAPI uses versioned APIs to ensure backward compatibility.Example Versions
Example
Endpoint Naming Convention
Endpoints in EazeMyAPI follow a simple and predictable CRUD-based structure.
These APIs are automatically generated based on your database tables.
Authentication Header
Every request must include the API signature header.Best Practices
When building API requests:- Always include the API signature header
- Use the correct table name in URL
- Validate request parameters
- Use HTTPS for secure communication

