# Creatives - Native

v3.0 component (native) creative endpoints.

## List Component Creatives

 - [GET /component_creatives/v3.0/creatives](https://apidocs.mediamath.com/apis/component-creatives/creatives-native/v3-list-component-creatives.md): Retrieve a paginated list of component creatives with filtering options and JWT authentication. Supports sorting by various fields.

## Create Component Creative

 - [POST /component_creatives/v3.0/creatives](https://apidocs.mediamath.com/apis/component-creatives/creatives-native/v3-create-component-creative.md): Create a new component creative with assets. Supports base64 encoded image and subtitle uploads.

## Get Component Creative by ID

 - [GET /component_creatives/v3.0/creatives/{atomic_creative_id}](https://apidocs.mediamath.com/apis/component-creatives/creatives-native/v3-get-component-creative-by-id.md): Retrieve a component creative object using the creative ID with JWT authentication. Supports various asset types including text, image, video, and subtitle assets.

## Update Component Creative

 - [PUT /component_creatives/v3.0/creatives/{atomic_creative_id}](https://apidocs.mediamath.com/apis/component-creatives/creatives-native/v3-update-component-creative.md): Update an existing component creative with optional fields. When assets are provided, all previous assets are completely replaced.

## Get Creative Eligibility

 - [GET /component_creatives/v3.0/creatives/{atomic_creative_id}/eligibility](https://apidocs.mediamath.com/apis/component-creatives/creatives-native/v3-get-creative-eligibility.md): Retrieve eligibility information for a component creative across all placements with JWT authentication

