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

Read and update invoice metadata.

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

Tagged areas include Invoices. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 2 operations across 2 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.

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

Authentication & Security 1

Candis Invoices 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 2

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

Invoices 2

Read and update invoice metadata.

GET
/v1/organizations/{organizationId}/invoices
List invoices of the organization
listInvoices 8 params → 200400503
PUT
/v1/organizations/{organizationId}/invoices/{id}
Update an invoice
updateInvoice 2 params body → 204400401404503

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

candis-invoices-api-openapi.yml Raw ↑

Other APIs Candis publishes across the network.

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