Request IDs
Every API response carries a request correlation id to help with debugging and support.
Every API response includes an X-Correlation-ID header. Getme treats this value as the request id for support, logs, and debugging.
If you send X-Correlation-ID or X-Request-ID, the API reuses that value. If you do not send one, the API generates a new id and returns it as X-Correlation-ID.
Log this header alongside your own records, especially for unexpected 4xx or 5xx responses. The id identifies a single HTTP request and is safe to store and share with support.