curl --request GET \
--url https://preview.intermezzo.ai/organizations/{organization_id}/sepa-mandates \
--header 'Authorization: Bearer <token>'[
{
"creditorId": "<string>",
"bankAccountId": "<string>",
"isRecurring": true,
"id": "<string>",
"createdBy": "<string>",
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"mandateReference": "<string>"
}
]curl --request GET \
--url https://preview.intermezzo.ai/organizations/{organization_id}/sepa-mandates \
--header 'Authorization: Bearer <token>'[
{
"creditorId": "<string>",
"bankAccountId": "<string>",
"isRecurring": true,
"id": "<string>",
"createdBy": "<string>",
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"mandateReference": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get token from Auth0 and paste it here
Was this page helpful?