Skip to main content
GET
/
bank-statements
/
{id}
/
headers
Get statement headers
curl --request GET \
  --url https://api.anycheck.ai/bank-statements/{id}/headers \
  --header 'X-API-Key: <api-key>'
{
  "total": 123,
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "verification_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "file_index": 123,
      "name": "Transaction Date",
      "type": "date",
      "index": 0,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for service-to-service authentication

Path Parameters

id
string<uuid>
required

Verification ID

Query Parameters

file_index
integer
default:0

File index (0-based) for multi-file verifications

Required range: x >= 0
page_offset
integer
default:0
page_size
integer
default:20

Response

List of statement headers

total
integer
items
object[]