GET https://api.vidyard.com/dashboard/v1/product/:id

Get the Zuora Product & Rate Plans

Examples

REQUEST
Content-Type: application/json
{
  "product_id": "2c92c0f87a323728017a345f8de861b3"
}

RESPONSE
200 (OK)
{
  "id": "1231231223",
  "sku": "SKU-000000",
  "name": "Test Thing",
  "category": "Test",
  "createdById": "123123",
  "createdDate": "2021-06-22TT11:38:35.000-4:00",
  "effectiveEndDate": "2040-01-01",
  "planTypeC": "Test",
  "priceBookC": "FY21",
  "subCategoryC": "Test",
  "updatedById": "123123",
  "updatedDate": "2021-06-22TT11:38:35.000-4:00",
  "ratePlans": [
    {
      ...
    },
    {
      ...
    }
  ]
}