Retrieves all video player profiles for the authenticated user
List User Profiles
The List User Profiles endpoint allows you to retrieve all video player profiles associated with your authenticated user account. This endpoint is essential for managing and organizing your video player configurations across different use cases and campaigns.
Overview
Video player profiles are customizable configurations that define how your videos will appear and behave for viewers. Each profile contains specific settings for player controls, colors, VSL (Video Sales Letter) features, save progress functionality, and more. This endpoint provides a quick overview of all your available profiles.
What You'll Get
When you call this endpoint, you'll receive a simplified list of your profiles containing:
- Profile ID: Unique identifier for each profile
- Profile Name: The name/identifier you assigned to the profile
- Pullzone Name: The associated content delivery network zone
This lightweight response is perfect for:
- Populating dropdown menus in your applications
- Getting a quick overview of available profiles
- Building profile selection interfaces
- Integrating with other systems that need profile references
Common Use Cases
Content Management Systems
Use this endpoint to populate profile selection dropdowns when uploading or configuring videos. Your content creators can easily choose from pre-configured player styles.
Multi-Brand Applications
If you manage videos for multiple brands or campaigns, this endpoint helps you organize and select the appropriate player styling for each context.
Analytics and Reporting
Retrieve all profiles to build comprehensive reports showing which player configurations are being used across your video library.
Profile Management Workflows
Before creating new profiles, check existing ones to avoid duplicates or find profiles that can be reused for similar purposes.
Response Format
The endpoint returns a clean, organized list where each profile includes only the essential information needed for identification and selection. The response is optimized for performance, making it suitable for frequent calls without impacting your application's speed.
Authentication Requirements
This endpoint requires valid authentication credentials. Make sure your API token has the necessary permissions to access profile information for your account.