How it works
Make a request
The response includes an
ETag header with a unique identifier for the current state of the resource.Response headers
Benefits
- Save bandwidth by not re-downloading unchanged data
- Reduce monthly usage since
304responses do not count against your monthly quota - Faster responses with no body to parse
When caching is disabled
ETags are not available when using:- The
q(search) parameter - The
updated_afterparameter - List endpoints (only individual resource endpoints support ETags)