Request IDs & Correlation

Every API call to Health Gorilla includes request identifiers that help with tracing, debugging, and support requests.

Response Headers

HeaderDescription
X-Hg-Request-IdUnique ID assigned by Health Gorilla
X-Request-IdEchoes client-supplied ID (if provided)
X-Correlation-IdMaps 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 and X-Correlation-Id in your application logs
  • Provide these IDs when contacting Health Gorilla support