Birdeye · Example Payload

Get Custom Card Details

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Get Custom Card Details 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": "get-custom-card-details",
  "summary": "Get Custom card details",
  "method": "GET",
  "path": "/v1/business/{businessNumber}/profile/customcard",
  "examples": {
    "response_200": {
      "code": 1011,
      "message": "Business id is invalid"
    }
  }
}