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

Cadana Statutory Fields API

Submit and read entity-level statutory filing data

Cadana Statutory Fields API is one of 30 APIs that Cadana publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Statutory Fields. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.cadanapay.com, https://dev-api.cadanapay.com.

4 operations 2 paths 4 schemas 2 GET2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.cadanapay.com
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Cadana Statutory Fields API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API_SECRET_KEY) (Authorization). By default, every request must be authenticated.

Paths & Operations 4

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

Statutory Fields 4

Submit and read entity-level statutory filing data

PUT
/v1/statutory/persons/{person_id}/fields/{country_code}
Submit person filing fields
putPersonFields 3 params body → 204400404
GET
/v1/statutory/persons/{person_id}/fields/{country_code}
Get person filing data
getPersonFields 3 params → 200404
PUT
/v1/statutory/businesses/{business_id}/fields/{country_code}
Submit business filing fields
putBusinessFields 3 params body → 204400404
GET
/v1/statutory/businesses/{business_id}/fields/{country_code}
Get business filing data
getBusinessFields 3 params → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are StatutoryFieldsResponse (4 properties), DocumentFieldValue (3 properties), Error (1 property), PutStatutoryFieldsRequest (1 property). Each schema is shown below with its type and property counts.

StatutoryFieldsResponse
object
Merged view of statutory filing data for an entity. Combines fields explicitly submitted via PUT with defaults read from the upstream service (person service o…
4 properties
PutStatutoryFieldsRequest
object
Request body for submitting statutory filing fields.
1 property 1 required
DocumentFieldValue
object
Value of a document-typed statutory field in GET responses. The download URL is presigned and expires after ~15 minutes — fetch a fresh one when needed rather…
3 properties 2 required
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cadana-statutory-fields-api-openapi.yml Raw ↑

Other APIs Cadana publishes across the network.

Cadana Balances API
Cadana Beneficiaries API
Cadana Businesses API
Cadana Contracts API
Cadana Custom Auth API
Cadana Entities API
Cadana Events API
Cadana Files API
Cadana Filings API
Cadana FX API
Cadana Instant Pay API
Cadana Invoices API