Every API call to Health Gorilla includes request identifiers that help with tracing, debugging, and support requests.
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-Id
on all requests for traceability - Log
X-Hg-Request-Id
andX-Correlation-Id
in your application logs - Provide these IDs when contacting Health Gorilla support