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

Yokoy Daily statement API

Daily CAMT statement files associated with a card account. Statements provide a daily summary of transactions in a standardized banking format.

Yokoy Daily statement API is one of 22 APIs that Yokoy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Daily statement. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 1.41.0.

Requests are made against 2 base URLs: https://api.yokoy.ai/v1/organizations/{organizationId}, https://api.test.yokoy.ai/v1/organizations/{organizationId}.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.41.0
Base URL
https://api.yokoy.ai/v1/organizations/{organizationId}
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Yokoy Daily statement API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow.

  • OAuth2 — Authentication to the Yokoy API relies on the standard OAuth2 client credentials flow. 1. Obtain an access token Perform a POST request to https://accounts.yok…

Paths & Operations 2

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

Daily statement 2

Daily CAMT statement files associated with a card account. Statements provide a daily summary of transactions in a standardized banking format.

GET
/legal-entities/{legalEntityId}/card-accounts/{cardAccountId}/daily-statements
List daily statements
listDailyStatements 5 params → 200401403404429500502503
GET
/legal-entities/{legalEntityId}/card-accounts/{cardAccountId}/daily-statements/{statementId}
Download daily statement
getDailyStatement 3 params → 200401403404429500502503

Schemas 3

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

PaginationNextCursor
string
Cursor to be used to fetch the next set of items. It is only resulted in calls that pass countin the query parameters to retrieve paginated results. When there…
Error
object
2 properties 2 required
DailyStatementReference
object
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yokoy-daily-statement-api-openapi.yml Raw ↑

Other APIs Yokoy publishes across the network.

Yokoy Card account API
Yokoy Company card API
Yokoy Cost center API
Yokoy Expense API
Yokoy Expense category API
Yokoy External invoice API
Yokoy Finance export API
Yokoy FX rates API
Yokoy Goods receipt API
Yokoy Invoice API
Yokoy Invoice category API
Yokoy Invoice payment terms API