curl --request GET \
--url https://suite.sisqualis.com.br/api/finance/connections/ \
--header 'Authorization: <api-key>'[
{
"id": 123,
"provider": "<string>",
"enabled": true,
"status": "<string>",
"endpoint": "<string>",
"account_id": "<string>",
"webhook_configured": true,
"last_sync_at": "2023-11-07T05:31:56Z",
"notes": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url https://suite.sisqualis.com.br/api/finance/connections/ \
--header 'Authorization: <api-key>'[
{
"id": 123,
"provider": "<string>",
"enabled": true,
"status": "<string>",
"endpoint": "<string>",
"account_id": "<string>",
"webhook_configured": true,
"last_sync_at": "2023-11-07T05:31:56Z",
"notes": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Use: Token <seu_token>