v1
latestOpenAPI 3.0.02026-08-04134348905.1 KBStatements
List statement types
Permissions required: Read Statement
List the available statement types.
get/statement-types
Query parameters
afterIdstring
When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)
limitinteger
Maximum number of results to return per query
Response
Statement Type list
Example response
{
"data": [
{
"id": "b00e2483-57a1-4db4-8ea1-b91223a76a20",
"name": "Brokerage Monthly Statement"
}
],
"page": {
"next": "<next page url>"
}
}