Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WildApricot Contacts API

Contact/member management

WildApricot Contacts API is one of 29 APIs that WildApricot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Contacts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 7 operations across 4 paths, and defines 17 schemas. It is described by OpenAPI 3.0.3, at version 7.24.0.

Requests are made against a single base URL, https://api.wildapricot.org/v2.2.

7 operations 4 paths 17 schemas 1 DELETE3 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
7.24.0
Base URL
https://api.wildapricot.org/v2.2
Authentication
OAuth 2.0
License
Proprietary
Resource Areas
1

Authentication & Security 1

WildApricot Contacts API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 1 scope.

  • OAuth2 — OAuth2 authentication for WildApricot API

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Contacts 7

Contact/member management

GET
/accounts/{accountId}/contacts
WildApricot Contacts List
GetContactsList 11 params → 200400401429
POST
/accounts/{accountId}/contacts
WildApricot Create a New Contact or Member Record
CreateContact 1 param body → 200400401429
GET
/accounts/{accountId}/contacts/me
WildApricot Retrieve Information About Current Contact
GetCurrentContactInfo 1 param → 200401404429
GET
/accounts/{accountId}/contacts/{contactId}
WildApricot Retrieve Information About Specific Member or Contact
GetContactDetails 3 params → 200401404429
PUT
/accounts/{accountId}/contacts/{contactId}
WildApricot Update Information About Existing Member or Contact
UpdateContactDetails 2 params body → 200401404429
DELETE
/accounts/{accountId}/contacts/{contactId}
WildApricot Delete an Archived Contact
DeleteContact 2 params → 200400401404429
POST
/rpc/{accountId}/AcceptTermsOfUse
WildApricot Accepts Terms of Use.
AcceptTermsOfUse 1 param → 200401429

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are contactExtendedMembershipInfo (15 properties), Contact (14 properties), ContactsMe (11 properties), CreateContactParams (10 properties). Each schema is shown below with its type and property counts.

FieldValue
object
3 properties
LinkedResourceWithName
LinkedResource
object
2 properties
ContactIdsResponse
object
1 property
ContactsCountResponse
object
1 property
Contact
object
14 properties
ContactFieldValue
ContactFieldAccessLevel
string
Indicates who is allowed to view the field value. - Public - value is visible to anyone who has access to members directory - Members - value is visible only t…
ContactsAsyncResponse
object
7 properties
ExtendedMembershipInfo
object
Readonly object
3 properties
ResourceUrl
string
Permanent resource URL in API.
contactExtendedMembershipInfo
object
15 properties
ContactsListResponse
object
1 property
ContactsResponse
UpdateContactParams
ContactsMe
object
11 properties
CreateContactParams
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wildapricot-contacts-api-openapi.yml Raw ↑

Other APIs WildApricot publishes across the network.

WildApricot Accounts API
WildApricot Attachments API
WildApricot Contacts.CustomFields API
WildApricot Contacts.SavedSearch API
WildApricot Donation.CustomFields API
WildApricot Emailing.Drafts API
WildApricot Emailing.Operations API
WildApricot Emailing.SentEmailRecipients API
WildApricot Emailing.SentEmails API
WildApricot Events API
WildApricot Events.EventRegistrations API
WildApricot Events.EventRegistrationTypes API