## Migration Notice
The following Video V2.0 endpoints have been removed and replaced by V3.0 equivalents:
| Removed V2.0 Endpoint | Use Instead |
|  --- | --- |
| `GET /api/v2.0/atomic_creatives` | `POST /video/v3.0/creatives/list` |
| `GET /api/v2.0/atomic_creatives/{atomic_creative_id}` | `GET /video/v3.0/creatives/{creativeId}` |
| `POST /video/v2.0/creatives` | `POST /video/v3.0/creatives` |
| `GET /video/v2.0/creatives/{video_id}` | `GET /video/v3.0/creatives/{creativeId}` |
| `POST /video/v2.0/creatives/{video_id}` | `POST /video/v3.0/creatives/{creativeId}` or `PATCH /video/v3.0/creatives/{creativeId}` |

See the **Video Creative Management (V3)** section below for the V3.0 API.
