v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Statements

Get statement

Permissions required: Read Statement

Get the details for a statement.

get/statements/{statementId}

Path parameters

statementIdstring uuid required

Unique identifier for the statement

Response

Statement Details

Example response

{
  "data": {
    "correctedAt": "2019-01-02T12:34:56.000Z",
    "createdAt": "2019-01-02T12:34:56.000Z",
    "customerId": "1ac10949bbbf483e8df3c0f8ef97146bc9ce6f5890df40fa8777ea63dc932f7b",
    "displayName": "September 2025 Statement",
    "id": "8de0fc33-7443-4dcf-bbf1-4ca8d0e0509f",
    "typeId": "058da362-31a7-4e2b-ae3e-77b095389a5f"
  }
}