List Sender Profiles
List all sender profiles for the authenticated user.
Retrieves all sender profiles owned by the authenticated user with optional pagination. Profiles are sorted by creation date (newest first).
Maximum of 5 profiles per user.
Args: current_user: Authenticated user information settings: Application settings limit: Maximum number of profiles to return (default: 100) offset: Number of profiles to skip (default: 0)
Returns: List of sender profiles for the user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
User ID who owns this profile
User-friendly name for this profile (e.g., 'Sales Team Profile', 'Personal Brand')
1 - 100The actual sender data with arbitrary fields
Unique profile identifier
Optional description of when/how to use this profile
500Profile creation timestamp
Last update timestamp
Number of times this profile has been used
Whether this is the default profile