Performance Recommendations
To avoid impacting user experience or other integrations, it is important to utilise the APIs efficiently:
Only fetch the fields you need - use the resultColumns parameter
Suppress null value fields - use the nullvaluehandling parameter
Disable alternate key handling - use the alternatekeyhandling parameter
Make use of Webhooks not polling - see the Webhooks guide.
Ensure the use of compression - include header
Accept-Encoding: gzip or deflate
Always use pagination.
Last updated