Birdeye · Example Payload

Add Media

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Add Media is an example object payload from Birdeye, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "add-media",
  "summary": "Add Media",
  "method": "POST",
  "path": "/v1/business/{businessNumber}/upload/media",
  "examples": {
    "response_200": {
      "code": 2175,
      "message": "Provided media category is not supported"
    }
  }
}