Birdeye · Example Payload

Upsert Contact

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Upsert Contact 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": "upsert-contact",
  "summary": "Upsert Contact",
  "method": "POST",
  "path": "/v1/contact/external/preferences/saveCustomer",
  "examples": {
    "response_200": {
      "code": 5043,
      "message": "Contact not found for the given request"
    }
  }
}