List integrations
curl --request GET \
--url http://localhost:3001/v1/integrations{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"provider": "<string>",
"name": "<string>",
"integrationKey": "<string>",
"hasCredentials": true,
"lastSyncedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}๐ Integrations & API Keys
List integrations
GET
/
v1
/
integrations
List integrations
curl --request GET \
--url http://localhost:3001/v1/integrations{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"provider": "<string>",
"name": "<string>",
"integrationKey": "<string>",
"hasCredentials": true,
"lastSyncedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Headers
Minimum string length:
1Minimum string length:
1Query Parameters
Required range:
1 <= x <= 100Required range:
0 <= x <= 9007199254740991Available options:
provider, bank, chain_indexer, system_of_record Minimum string length:
1Available options:
disabled, active, deleted โI
