| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

## Parameters

### account_id

- **Type**: string  
- **Required**
- ID of the Account

### offset

- **Type**: integer  
- The zero-indexed starting point for paginated statements list requests sorted by reverse statement date.

### limit

- **Type**: integer  
- The maximum number of accounts to be returned. Defaults to 100.

# Response Codes

```plaintext
200
```

```plaintext
401
Unauthorized.
```

```plaintext
403
Forbidden.
```

```plaintext
404
Statements not found
```

```plaintext
429
Too many requests.
```

```plaintext
default
Unexpected Error.
```

## Example Request

Updated about 1 year ago

### cURL Example
```shell
curl --request GET \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//statements/list \
     --header 'accept: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

### Content Type

- application/json

```plaintext
200
```
