The Include Parameter
All endpoints support an optional include query parameter that controls which fields are returned in the response. When provided, only the specified fields are included instead of the full object — useful for reducing payload size when you only need a subset of data.
Usage
include accepts a comma-separated list of field paths. Nested paths are supported using dot notation.
Example
Retrieve only the name and email of a customer:
When include is omitted, the full object is returned.
