WildApricot · Example Payload

Wildapricot Bundle Example

Membership ManagementAssociationsNonprofitEventsPayments

Wildapricot Bundle Example is an example object payload from WildApricot, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdUrlEmailParticipantsCountAdministratorMembershipLevelSpacesLeftMembers

Example Payload

Raw ↑
{
  "Id": 2483,
  "Url": null,
  "Email": "member@example.com",
  "ParticipantsCount": 7665,
  "Administrator": null,
  "MembershipLevel": null,
  "SpacesLeft": 7827,
  "Members": [
    null
  ]
}