GET
/
api
/
finance
/
connections
Listar conexoes financeiras
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"
  }
]

Authorizations

Authorization
string
header
required

Use: Token <seu_token>

Response

200 - application/json

Conexoes

id
integer
provider
string
enabled
boolean
status
string
endpoint
string
account_id
string
webhook_configured
boolean
last_sync_at
string<date-time> | null
notes
string
created_at
string<date-time>
updated_at
string<date-time>