Get integration detail
curl --request GET \
--url http://localhost:3001/v1/integrations/{integrationId}{
"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",
"config": {}
}๐ Integrations & API Keys
Get integration detail
GET
/
v1
/
integrations
/
{integrationId}
Get integration detail
curl --request GET \
--url http://localhost:3001/v1/integrations/{integrationId}{
"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",
"config": {}
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Response
Default Response
Available options:
provider, bank, chain_indexer, system_of_record Available options:
disabled, active, deleted โI
