Retrieves detailed information about a specific video player profile
Get Profile Details
The Get Profile Details endpoint retrieves comprehensive configuration information for a specific video player profile. This endpoint provides complete access to all profile settings, making it essential for profile management interfaces, configuration reviews, and integration workflows.
Overview
This endpoint fetches the complete configuration of a single profile, including all customization options such as player controls, color schemes, VSL settings, save progress configurations, and advanced features. The response contains the full profile state, enabling applications to display current settings, populate edit forms, or apply configurations to videos.
What You Need to Provide
To retrieve profile details, you must specify:
- Profile ID: The unique UUID identifier of the profile in the URL path
The profile ID is obtained from the list profiles endpoint or stored from previous profile creation operations. The system automatically validates that the requested profile belongs to your authenticated user account.
What You'll Receive
The endpoint returns a comprehensive profile object containing:
- Basic Information: Profile ID, name, pullzone association, and timestamps
- Player Controls: Array of enabled control elements (play, pause, volume, etc.)
- Color Configuration: Complete color scheme including primary colors, captions, and control colors
- VSL Settings: Advanced Video Sales Letter configurations including autoplay, muted indicators, and engagement features
- Save Progress: User experience settings for resume functionality
- General Settings: Additional configuration options for specialized use cases
- Control Behavior: Settings for initial player state and interaction modes
Authentication Requirements
This endpoint requires valid authentication credentials with appropriate permissions to access profile information. The system automatically filters results based on your account's profile ownership.