Versions Compared

Key

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

...

...

    • :

      • Params:

        • feed: Feed type. Here are the currently supported feed types:

          • 'sold': All vehicles that were removed from the inventory.

          • 'inventory': All Inventory data from a given day.

          • 'adversion': Currently active Video Ad Versions.

        • date: If it is not present it defaults to today.

      • Responses:

        • 500 + Error message in case of error

        • 404 If feed type is not supported

        • 200 OK

      • Request Body example:

        Code Block
        {
          "feed": "sold",
          "date": "2021-12-28"
        }

Feed Request Status Object

...