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

Candis Exports API

Export approved invoices and postings to accounting/ERP systems.

Candis Exports API is one of 6 APIs that Candis publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Exports. 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 4 paths. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://api.candis.io.

5 operations 4 paths 0 schemas 4 GET1 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.candis.io
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Candis Exports API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — OAuth2 access token issued by the Candis authorization server (Keycloak realm 'candis') sent as a Bearer token. Obtain via the OAuth2 authorization code or tok…

Paths & Operations 5

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

Exports 5

Export approved invoices and postings to accounting/ERP systems.

POST
/v1/organizations/{organizationId}/exports
Create an Export
createExport 1 param body → 201400503
GET
/v1/organizations/{organizationId}/exports
Get a list Exports
getExports 3 params → 200400503
GET
/v1/organizations/{organizationId}/files/{fileId}
Download file by ID
downloadFile 2 params → 200400503
GET
/v1/organizations/{organizationId}/exports/{exportId}
Get an Export
getExport 2 params → 200400404503
GET
/v1/organizations/{organizationId}/exports/{exportId}/postings
Get a list of Export Postings
getExportPostings 2 params → 200400404503

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

candis-exports-api-openapi.yml Raw ↑

Other APIs Candis publishes across the network.

Candis Core Data API
Candis Invoices API
Candis Organizations API
Candis Purchase Requests API
Candis Reimbursements API