Skip to main content

EazeMyAPI URL Structure

All EazeMyAPI endpoints follow a consistent URL structure.
Each part of the URL defines how the API request is routed.

URL Components


Example API URL

In this example:

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

Versioning allows your application to continue working even when new features are added.

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.
Learn more about authentication: Authentication

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

Learn how APIs are generated automatically: Generate API Explore available endpoints: API Endpoints