expand
parameter to include related objects in responses, reducing the need for multiple API calls and improving performance.
How It Works
By default, API responses include only the main object with IDs for related resources. Use theexpand
parameter to include full objects instead of just IDs.
Check the endpoint documentation for available expand options.
Without Expansion
With Expansion
Performance Tip
Use expansion strategically. For frequently accessed data, consider caching expanded responses to reduce API calls.
Use expansion strategically. For frequently accessed data, consider caching expanded responses to reduce API calls.