cURL
curl --request GET \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/brokers/invites
{ "data": [ { "firstName": "<string>", "lastName": "<string>", "email": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "pageInfo": { "first": true, "last": true }, "totalCount": 123, "currentPage": 123, "totalPages": 123 }
Lists pending or existing broker invitations for the given brokerage firm. Useful for administrative review and invite management.
Brokerage firm id
Paginated list of broker invites.
the list of items in the page
Show child attributes
the page info
the total number of items
the current page
the total number of pages
Was this page helpful?