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

Wingspan Custom Field Management API

Focuses on endpoints for managing custom fields related to payments and collaborators.

Wingspan Custom Field Management API is one of 15 APIs that Wingspan publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Custom Field Management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0-oas3.1.

Requests are made against 2 base URLs: https://api.wingspan.app, https://stagingapi.wingspan.app.

5 operations 2 paths 3 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0-oas3.1
Base URL
https://api.wingspan.app
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Wingspan Custom Field Management API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 5

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

Custom Field Management 5

Focuses on endpoints for managing custom fields related to payments and collaborators.

POST
/payments/custom-fields
Add a New Custom Field
createCustomField body → 200
GET
/payments/custom-fields
Retrieve All Custom Fields
listCustomFields → 200
GET
/payments/custom-fields/{id}
Fetch Details of a Specific Custom Field
getCustomField 1 param → 200
PATCH
/payments/custom-fields/{id}
Modify Details of a Specific Custom Field
updateCustomField 1 param body → 200
DELETE
/payments/custom-fields/{id}
Remove a Specific Custom Field
deleteCustomField 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are CustomField (6 properties), AdditionalData (5 properties), AdditionalDataUpdateRequest (5 properties). Each schema is shown below with its type and property counts.

AdditionalDataUpdateRequest
object
5 properties
CustomField
object
6 properties 6 required
AdditionalData
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wingspan-custom-field-management-api-openapi.yml Raw ↑

Other APIs Wingspan publishes across the network.

Wingspan 1099 Operations API
Wingspan Banking Management API
Wingspan Bulk Operations API
Wingspan Client Management API
Wingspan Collaborator Management API
Wingspan Deprecated API
Wingspan Document Signing and Eligibility API
Wingspan Invoice Management API
Wingspan Merchant Category Codes API
Wingspan Payables Management API
Wingspan Payroll Settings API
Wingspan Reporting and Analytics API