# Get a list of all current and prior statements for a specific account **GET /accounts/{account_id}/statements/list** List of statements for the account. To view line items for a specific statement, use the `/accounts/{account_id}/statements` route ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **account_id** (string) Account ID ### Query parameters - **offset** (integer) The zero-indexed starting point for paginated statements list requests sorted by reverse statement date. - **limit** (integer) The maximum number of accounts to be returned. Defaults to 100. ## Responses ### 200 #### Body: application/json (array[object]) - **account_id** (string) The Canopy-generated ID for the account - **statement_id** (string) The Canopy-generated ID for the statement - **cycle_summary** (object) - **min_pay_due_cents** (object) - **balance_summary** (object) ### 401 Unauthorized. ### 403 Forbidden. ### 404 Statements not found ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)