curl --location --request GET 'https://api.insights-periculum.io/statements/{statementKey}/transactions'
--header 'Authorization: Bearer string_encrypted_accesst_token'
--header 'Content-Type: application/json'
--data-raw 'none'
Request Parameters
Name | Description | Type | Required |
---|---|---|---|
statementKey | The key of the statement to get the transactions for. | int | Yes |