# List of Sender Profiles List of Sender Profiles Endpoint: GET /flows/api/sender-profiles Version: 3.0 Security: bearerAuth ## Query parameters: - `limit` (integer) How many items to return at one time (default 20) Example: 20 - `offset` (integer) Data offset (default 0) - `order_field` (string) Field of sorting Example: "created_at" - `order_type` (string) Type of sorting 'asc'(default) or 'desc' Enum: "asc", "desc" - `filter` (object) Search filters, supported (q) ## Response 200 fields (application/json): - `data` (array) - `data.uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.team_id` (integer) Example: 1 - `data.linkedin_server_id` (integer) Example: 1 - `data.linkedin_browser_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.linkedin_account_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.mailbox_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.assignee_user_id` (integer) Example: 1 - `data.first_name` (string) Example: "John" - `data.last_name` (string) Example: "Doe" - `data.label` (string) Example: "USA media owners" - `data.status` (string) Example: "enabled" - `data.user_id` (integer) Example: 1 - `limit` (integer) - `offset` (integer) - `total` (integer) - `has_more` (boolean)