Request IDs

When a request is made to our API an x-request-id HTTP header is returned with each response. While debugging this Request ID can be used to identify a specific response from our API.

curl https://api.anvyl.com/api/v1/status -vvvv

Generates the following HTTP response payload

GET /api/v1/status HTTP/2
User-Agent: curl/x.xx.0
...
X-Request-Id: ae7f2853-7dc0-419a-9207-f0e37f172793

πŸ“˜

If you need to contact us about a specific request providing the request identifier will ensure the fastest possible resolution.