1. Video
COCO API
  • Video
    • Get Detail Video
      GET
    • Create Video
      POST
    • Get List Video
      GET
  1. Video

Get List Video

GET
{{API_URL}}/eip/partner/video

Request

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff --request GET '{{API_URL}}/eip/partner/video' \
--header 'apikey: {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{}'
Response Response Example
{}
Modified at 2026-06-02 09:56:52
Previous
Create Video
Built with