Important headers
Accept-Encoding: gzip
When calling any of our API endpoints, make sure that you send Accept-Encoding: gzip
header with your request.
This will tell our webserver to compress the data before returning it, resulting in smaller payloads and faster data transfer over the network.
Most if not all HTTP clients nowadays support compressed payloads.