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 Finances.Tenders API

The Finances.Tenders API from WildApricot — 2 operation(s) for finances.tenders.

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

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

This API exposes 5 operations across 2 paths, and defines 4 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.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 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 Finances.Tenders 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 5

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

Finances.Tenders 5
GET
/accounts/{accountId}/tenders
WildApricot Get List of Tenders.
GetTendersList 1 param → 200400401429
POST
/accounts/{accountId}/tenders
WildApricot Creates a New Tender.
CreateTender 1 param body → 200400401429
GET
/accounts/{accountId}/tenders/{tenderId}
WildApricot Retrieve Information About Specific Tender
GetTenderDetails 2 params → 200401404429
PUT
/accounts/{accountId}/tenders/{tenderId}
WildApricot Update Existing Tender Information
UpdateTender 2 params body → 200400401429
DELETE
/accounts/{accountId}/tenders/{tenderId}
WildApricot Delete Existing Tender
DeleteTender 2 params → 200401404429

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed is LinkedResource (2 properties). Each schema is shown below with its type and property counts.

TendersResponse
array
Collection of tenders.
LinkedResourceWithName
LinkedResource
object
2 properties
Tender

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wildapricot-finances-tenders-api-openapi.yml Raw ↑

Other APIs WildApricot publishes across the network.

WildApricot Accounts API
WildApricot Attachments API
WildApricot Contacts 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