You can use the base API call to retrieve a list of API versions, or the next level of API calls for a particular version.
Wild Apricot's API is intended for use by developers with technical expertise. If you need assistance, we provide support via email or through our Developers forum. If you are not an experienced programmer, consider using Make (formerly Integromat) to build automated workflows with Wild Apricot.
Calling the base API without specifying any further parameters will return a list of available API versions.
Example:
GET https://api.wildapricot.org
If you add the version number to the base API call, a list of top-level API calls will be returned.
GET https://api.wildapricot.org/v2
For the detailed Swagger documentation of the Base API call, click here. For a detailed description of the supported admin API calls, click here.
Each API call must include an authentication token that authenticates your account and prevents others from accessing your data. For more information, see API access options.