Health and Utility Endpoints #
Utility endpoints for monitoring and integration.
Health Check #
| Property | Value |
|---|---|
| Method | GET |
| Endpoint | /health |
| Auth | None (Public) |
Response:
| Field | Description |
|---|---|
| status | ok |
| version | API version |
| timestamp | Current server time |
Use this to verify API is responding.
Get Product Info #
| Property | Value |
|---|---|
| Method | GET |
| Endpoint | /products/{id} |
| Auth | Required |
Returns product details including licensing configuration.
Get Customer Info #
| Property | Value |
|---|---|
| Method | GET |
| Endpoint | /customers/{id} |
| Auth | Required |
Returns customer details and their licenses.
