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

Causa Prima Invoices API

The Invoices API from Causa Prima — 3 operation(s) for invoices.

Causa Prima Invoices API is one of 3 APIs that Causa Prima 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, and an API reference.

This API exposes 3 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://scribo.causaprima.ai, http://localhost:3200.

3 operations 3 paths 5 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://scribo.causaprima.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Causa Prima Invoices API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth).

  • bearerAuth — Optional API key for elevated quotas. Unauthenticated requests are accepted and rate-limited per IP.

Paths & Operations 3

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

Invoices 3
POST
/api/v1/invoices
Generate a compliant e-invoice
2 params body → 201400401403422429
GET
/api/v1/invoices/{id}
Fetch invoice metadata
1 param → 200404
GET
/api/v1/invoices/{id}/download
Download the invoice file
1 param → 200404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are CreateInvoiceInput (14 properties), Invoice (11 properties), TenantSoftBlockError (1 property), ErrorEnvelope (1 property). Each schema is shown below with its type and property counts.

Invoice
object
11 properties 7 required
RateLimitError
object
1 property 1 required
CreateInvoiceInput
object
14 properties 4 required
ErrorEnvelope
object
1 property 1 required
TenantSoftBlockError
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

causa-prima-invoices-api-openapi.yml Raw ↑

Other APIs Causa Prima publishes across the network.

Causa Prima Jurisdictions API
Causa Prima Scribo API