from samplehc import SampleHealthcare
client = SampleHealthcare(
api_key="My API Key",
)
response = client.v2.integrations.bank.transactions.sync(
slug="slug",
)
print(response.has_more){
"transactions": [
"<unknown>"
],
"hasMore": true,
"nextCursor": "<string>",
"modified": [
"<unknown>"
],
"removed": [
"<unknown>"
]
}from samplehc import SampleHealthcare
client = SampleHealthcare(
api_key="My API Key",
)
response = client.v2.integrations.bank.transactions.sync(
slug="slug",
)
print(response.has_more){
"transactions": [
"<unknown>"
],
"hasMore": true,
"nextCursor": "<string>",
"modified": [
"<unknown>"
],
"removed": [
"<unknown>"
]
}Default Response