List sales agents visible to the buyer, with optional filtering by status and relationship.
API key or access token
Filter by agent status
PENDING, ACTIVE Filter by relationship: SELF = owned by you, MARKETPLACE = all other marketplace agents
SELF, MARKETPLACE Filter by agent name (partial match, case-insensitive)
When true, return only agents that require operator authentication (require_operator_auth = true)
true, false Maximum number of agents to return per page (default: 10, max: 10)
x <= 10Number of agents to skip for pagination (default: 0)
0 <= x <= 9007199254740991List sales agents
Paginated list of agents
List of agents for the current page
Total number of agents matching the query
0 <= x <= 9007199254740991Whether there are more items available beyond this page. When true, use nextOffset to fetch the next page.
The offset to use for the next page of results. Pass this as the offset parameter to get the next page. Null when there are no more results.
0 <= x <= 9007199254740991