Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Advertisers

 Edit

...

Video Templates

  • Endpoint: https://api.hootinteractive.net/cli_api/video_templates/<adv_id>

    • /<adv_id> is optional. If present it filters the video templates to only show the ones belonging to that advertiser.

  • Method: GET

  • Security: HTTPS Basic Auth

    • User: <client_id>

    • Pass: <token>

  • Responses:

    • 500 + Error message in case of error

    • 404 If <adv_id> present and does not exist

    • 200 OK + List of Video Templates

 Edit

...

Ad Versions

  • Endpoint: https://api.hootinteractive.net/cli_api/adversions/<adv_id>

    • /<adv_id> is optional. If present it filters the Ad Versions to only show the ones belonging to that advertiser.

  • Method: GET

  • Security: HTTPS Basic Auth

    • User: <client_id>

    • Pass: <token>

  • Responses:

    • 500 + Error message in case of error

    • 404 If <adv_id> present and does not exist

    • 200 OK + List of Ad Versions

 Edit

...

Ad Versions

  • Endpoint: https://api.hootinteractive.net/cli_api/adversions/<adv_id>

    • /<adv_id> is optional. If present it filters the Ad Versions to only show the ones belonging to that advertiser.

  • Method: GET

  • Security: HTTPS Basic Auth

    • User: <client_id>

    • Pass: <token>

  • Responses:

    • 500 + Error message in case of error

    • 404 If <adv_id> present and does not exist

    • 200 OK + List of Ad Versions

 Edit

...

Video

  • Endpoint: //api.hootinteractive.net/cli_api/videos/<adv_id>/<adversion_id>

    • /<adv_id> is optional. If present it filters the Videos to only show the ones belonging to that advertiser.

    • /<adversion_id> is optional. If present it filters the Videos to only show the ones belonging to that ad version.

  • Method: GET

  • Security: HTTPS Basic Auth

    • User: <client_id>

    • Pass: <token>

  • Request Body:

...