Get a list of all current and prior statements for a specific account
| 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
200
401
Unauthorized.
403
Forbidden.
404
Statements not found
429
Too many requests.
default
Unexpected Error.
Example Request
Updated about 1 year ago
cURL Example
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
200