GenHealth API reference
Learn the conventions, authentication, pagination, and response patterns used across the reviewed public GenHealth endpoints.
Conventions
Requests and responses use JSON unless an endpoint states otherwise. Send credentials through the Authorization header and use the documented query parameter names exactly as shown.
Base URL
https://api.umpa.genhealth.aiPagination
List endpoints use page and limit query parameters. Start with the default values, inspect the returned pagination metadata, and stop when the response indicates there are no more records.
| Parameter | Type | Description |
|---|---|---|
| page | integer | One-based page number |
| limit | integer | Maximum records returned on a page |
Responses and errors
| Range | Meaning | Action |
|---|---|---|
| 2xx | Request succeeded | Read the documented response body |
| 4xx | Request or authorization problem | Correct the request before retrying |
| 5xx | Service could not complete the request | Retry with backoff and preserve the request ID |