# Get Sender Profile by Uuid Get Sender Profile by Uuid Endpoint: GET /flows/api/sender-profiles/{senderProfileUuid} Version: 3.0 Security: bearerAuth ## Path parameters: - `senderProfileUuid` (string, required) ## Response 200 fields (application/json): - `uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `team_id` (integer) Example: 1 - `linkedin_server_id` (integer) Example: 1 - `linkedin_browser_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `linkedin_account_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `mailbox_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `assignee_user_id` (integer) Example: 1 - `first_name` (string) Example: "John" - `last_name` (string) Example: "Doe" - `label` (string) Example: "USA media owners" - `status` (string) Example: "enabled" - `user_id` (integer) Example: 1