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

COR Transactions API

The Transactions API from COR — 6 operation(s) for transactions.

COR Transactions API is one of 27 APIs that COR publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against a single base URL, https://api.projectcor.com/v1.

9 operations 6 paths 5 schemas 2 DELETE3 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.projectcor.com/v1
Authentication
HTTP Bearer, HTTP Basic
Resource Areas
1

Authentication & Security 2

COR Transactions API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 9

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

Transactions 9
GET
/transactions
Get transactions
3 params → 200
POST
/transactions
Create transaction
body → 200
PUT
/transactions/{transaction_id}
Update transaction
1 param body → 200
DELETE
/transactions/{transaction_id}
Delete transaction
1 param → 204
GET
/transactions/total
Get Total
→ 200
DELETE
/transaction/{transaction_id}/transactionItems
Delete transaction items
1 param → 204
POST
/transaction/{transaction_id}/transactionItems
Create transaction items
1 param body → 200
PUT
/transaction/{transaction_id}/transactionItems/{transaction_item_id}
Update transaction item
2 params body → 200
GET
/transactions/{transaction_item_id}/suggest-allocation
Get Suggest Allocation
1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are TransactionInput (13 properties), Transaction (12 properties), TransactionItemInput (10 properties), TransactionItem (8 properties). Each schema is shown below with its type and property counts.

TransactionItemInput
object
10 properties 5 required
Transaction
object
12 properties
TransactionItem
object
8 properties
TransactionInput
object
13 properties 7 required
PaginatedTransactionsResponse
object
Paginated response for transactions list
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cor-transactions-api-openapi.yml Raw ↑

Other APIs COR publishes across the network.

COR Attachments API
COR Auth API
COR Brands API
COR Clients API
COR Collaborators API
COR Contacts API
COR Contract Positions API
COR Contracts API
COR Contracts Users API
COR Costs API
COR Estimates API
COR Fees API