Mindbody · Example Payload

Public Api V6 Get Custom Payment Methods Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Get Custom Payment Methods Response Example is an example object payload from Mindbody, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PaginationResponsePaymentMethods

Example Payload

Raw ↑
{
  "PaginationResponse": {
    "RequestedLimit": 10,
    "RequestedOffset": 10,
    "PageSize": 1,
    "TotalResults": 1
  },
  "PaymentMethods": [
    {}
  ]
}