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 Reimbursements API

APIs for interacting with reimbursements

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

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

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

5 operations 3 paths 6 schemas 1 DELETE2 GET2 POST

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 Reimbursements 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 5

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

Reimbursements 5

APIs for interacting with reimbursements

GET
/v1/reimbursements
List Reimbursements
listReimbursements 1 param → 2005XX
POST
/v1/reimbursements
Create Reimbursement
createReimbursement 1 param body → 2004005XX
GET
/v1/reimbursements/{reimbursementId}
Get Reimbursement
getReimbursement 3 params → 2004045XX
DELETE
/v1/reimbursements/{reimbursementId}
Cancel Reimbursement
cancelReimbursement 2 params → 2044004045XX
POST
/v1/reimbursements/{reimbursementId}/review
Review (Approve or Reject) Reimbursement
reviewReimbursement 2 params body → 2044004045XX

Schemas 6

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

CreateReimbursementRequest
object
Create reimbursement request payload. Identify the worker with exactly one of userId or personId.
6 properties 4 required
NotFoundError
Not Found
InternalError
Internal server error
ReimbursementEntryRequest
object
A single reimbursement line item
5 properties 2 required
BadRequestError
Bad input provided by client
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cadana-reimbursements-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