Every API call to Health Gorilla includes request identifiers for tracing, debugging, and support.
Response Headers
| Header | Description |
|---|---|
X-Hg-Request-Id | Unique ID assigned by Health Gorilla |
X-Request-Id | Echoes client-supplied ID (if provided) |
X-Correlation-Id | Maps the client’s request ID to the server’s ID |
Best Practices
- Include
X-Request-Idon all requests for traceability - Log
X-Hg-Request-IdandX-Correlation-Idin your application logs - Provide these IDs when contacting Health Gorilla support
