Birdeye · Example Payload

Create Or Update Contact

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Create Or Update 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": "create-or-update-contact",
  "summary": "Create or Update Contact",
  "method": "POST",
  "path": "/v1/customer-v2/external/saveCustomer",
  "examples": {
    "response_200": {
      "code": 5043,
      "message": "Contact not found for the given request"
    }
  }
}