How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wingspan Client Management API

Encompasses endpoints for banking-related operations such as managing bank cards, statements, instant payouts, and banking institutions..

Wingspan Client 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 Client Management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 12 operations across 6 paths, and defines 46 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0-oas3.1.

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

12 operations 6 paths 46 schemas 2 DELETE6 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.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 Client 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 12

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

Client Management 12

Encompasses endpoints for banking-related operations such as managing bank cards, statements, instant payouts, and banking institutions..

GET
/payments/memberClient
Fetch a list of member and client associations
listMemberClientAssociations → 200
POST
/payments/memberClient
Establish a new association between a member and client
establishMemberClientAssociation body → 200
GET
/payments/memberClient/{id}
Retrieve detailed information of a specific member-client relationship
getMemberClientAssociation 1 param → 200
PATCH
/payments/memberClient/{id}
Update information of a specific member-client relationship
updateMemberClientAssociation 1 param body → 200
DELETE
/payments/memberClient/{id}
Remove a specific member-client relationship from the system
deleteMemberClientAssociation 1 param → 200
POST
/payments/client-deduction
Register a New Client Deduction
createClientDeduction body → 200
GET
/payments/client-deduction
Retrieve All Client Deductions
listClientDeductions → 200
GET
/payments/client-deduction/{id}
Fetch Specific Client Deduction Details
getClientDeduction 1 param → 200
PATCH
/payments/client-deduction/{id}
Modify a Client Deduction
updateClientDeduction 1 param body → 200
DELETE
/payments/client-deduction/{id}
Remove a Client Deduction
deleteClientDeduction 1 param → 200
GET
/payments/v2/client
Retrieve All Clients (Version 2)
listClients → 200
GET
/payments/v2/client/{clientId}
Retrieve Specific Client Details (Version 2)
listSpecificClientDetails 1 param → 200

Schemas 46

The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are CollaboratorV2 (20 properties), MemberClientSchema (20 properties), DeductionResponse (19 properties), Company (13 properties). Each schema is shown below with its type and property counts.

8a9c6cb49482a98cdd603ff09858cdc3e5ef6ad9807c876c4161d925a96694a5
object
3 properties
CollaboratorEvents
object
4 properties 3 required
MemberClientCreateRequest
object
10 properties
CompanyPerson
object
2 properties 1 required
23d776fc12e56286a20f36065e4f942c43a28218a62eb2f211116c130deb74eb
object
4 properties
ce853dbef33b2b91880690c84bc5314340c1301fd7b3503dd6ce79c844e2a481
object
8 properties
DocumentFiles
object
2 properties
MemberClientForm1099Balances
object
13 properties 8 required
MemberClientRequirementResponse
object
9 properties 4 required
DeductionApplication
object
3 properties 2 required
MemberData
object
3 properties
Form1099Correction
object
8 properties
RedactedUser
object
6 properties
26e8ea23ccb1e007e7d6560175c7e75c768dac34727b7fe1d834ca24b8221ef4
object
1 property
Form1099Events
object
8 properties
Collaboration
object
6 properties 2 required
DocumentResponse
object
9 properties 7 required
9e97e63e736df301658ebeeab7f4fe84f3aeaa73800d3e4863801a3eb026df4b
object
1 property
PostPaymentDeductionDisbursement
object
2 properties 2 required
CollaboratorForm1099BalancesUpdateRequest
object
6 properties
DeductionResponse
object
19 properties 16 required
DeductionCreateRequest
object
9 properties 6 required
MemberClientWireAccount
object
4 properties 2 required
CollaboratorV2FormW9Info
object
13 properties 6 required
UserRoles
object
2 properties 2 required
90f96495b02c2509fff131505484d46479a91b7d23ed2b0f438ca117d0bccad7
object
2 properties
RedactedMember
object
2 properties 1 required
3d33fba3f009de957b3be92fba006d6383af7e39f823cc1fd213506f6205100f
object
1 property
MemberClientUpdateRequest
object
12 properties
Company
object
13 properties
d750b2d9403b5bcbdb3c96c89f1cc713df563d587f16e5f39f5ab546c08a20a0
object
1 property
Address
object
5 properties 4 required
CollaboratorV2
object
20 properties 18 required
DeductionUpdateRequest
object
7 properties
ClientData
object
3 properties
7996a6815c717c0e93865680b5cd47dec90314e97e4e7282bed7fc2f367bc051
object
1 property
d86c1fba5267ac3d9ce2954a6e46b70e471c0f91a44abbe94565ae50e6e9e863
object
4 properties
87539cb97aa7616e350fc0d23c5a49177ea4c4a8bd00ec2a2cfd2a9a5c4e648a
object
CompanyLinks
object
5 properties
LabelsDictionary
object
64846136a354aa510825c1f23c3a978f4c816d8d4184311e7294a570f73727dc
object
2 properties
f6f2bd1a2fc7bad4e0d8f22345fc5f6699d096b7797b93575869c544a4fc5cef
object
2 properties
b9789f45f8c8070ff38a64d80c2e4a8732ddaf329e46546474400d26f84c0f1c
object
2 properties
6a65bb5a9fe6d1135b7182baff68e9bc6612ee2c1ab942926fe2804c58663cf4
object
2 properties
DocumentEvents
object
2 properties
MemberClientSchema
object
20 properties 14 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wingspan-client-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 Collaborator Management API
Wingspan Custom Field 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
Where this information came from

This is an independent, third-party profile of Wingspan Client Management API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.