List all representatives
Returns a list of representatives associated with a specific account or organization.
The representatives are returned sorted by creation date, with the most recently created representatives appearing first. This endpoint supports pagination to handle accounts with multiple representatives.
https://{environment}.straddle.io
Authorizations
Use your Straddle API Key in the Authorization header as Bearer <token> to authorize API requests.
Headers
Optional client generated identifier to trace and debug a request.
Optional client generated identifier to trace and debug a series of requests.
Query Parameters
The unique identifier of the account to list representatives for.
Results page number. Starts at page 1. Default value: 1
Page size. Default value: 100. Max value: 1000
Sort By. Default value: 'id'.
Sort Order. Default value: 'asc'.
asc
, desc
Response
Indicates the type of data returned.
object
, array
, error
, none