Skip to main content
GET
/
statement-types
List statement types
curl --request GET \
  --url https://api.anchorage-staging.com/v2/statement-types \
  --header 'Api-Access-Key: <api-key>'
{
  "data": [
    {
      "id": "b00e2483-57a1-4db4-8ea1-b91223a76a20",
      "name": "Brokerage Monthly Statement"
    },
    {
      "id": "d3b07384-d9a0-4f8b-8a1a-6f3e4b2e4f8b",
      "name": "Custody Monthly Statement"
    },
    {
      "id": "058da362-31a7-4e2b-ae3e-77b095389a5f",
      "name": "Exchange Trade Fund"
    },
    {
      "id": "e6ffd062-7bbc-4d72-b9d0-409f7fe7dd0d",
      "name": "Program Customer Monthly"
    },
    {
      "id": "cbe88de1-2470-46f1-aa59-932eeda16ba2",
      "name": "Registered Investment Advisor"
    }
  ],
  "page": {
    "next": null
  }
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Query Parameters

afterId
string

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limit
integer<int64>
default:25

Maximum number of results to return per query

Required range: 1 <= x <= 100

Response

Statement Type list

data
object[]
required
page
Page · object
required

Pagination info