WildApricot · Example Payload

Wildapricot Contact Example

Membership ManagementAssociationsNonprofitEventsPayments

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

Top-level fields

IdUrlFirstNameLastNameOrganizationEmailDisplayNameProfileLastUpdatedMembershipLevelMembershipEnabledStatusIsAccountAdministratorTermsOfUseAcceptedFieldValues

Example Payload

Raw ↑
{
  "Id": 5857,
  "Url": null,
  "FirstName": "Jane Smith",
  "LastName": "Jane Smith",
  "Organization": "example-value",
  "Email": "member@example.com",
  "DisplayName": "Jane Smith",
  "ProfileLastUpdated": "2026-05-03",
  "MembershipLevel": null,
  "MembershipEnabled": true,
  "Status": "PendingRenewal",
  "IsAccountAdministrator": true,
  "TermsOfUseAccepted": true,
  "FieldValues": [
    null
  ]
}