List Bridge integrations
curl --request GET \
--url http://localhost:3001/v1/bridge-integrations{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"integrationKey": "<string>",
"webhookId": "<string>",
"webhookUrl": "<string>",
"eventCategories": [],
"hasApiKey": true,
"lastTransferSyncedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}๐ Integrations & API Keys
List Bridge integrations
GET
/
v1
/
bridge-integrations
List Bridge integrations
curl --request GET \
--url http://localhost:3001/v1/bridge-integrations{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"integrationKey": "<string>",
"webhookId": "<string>",
"webhookUrl": "<string>",
"eventCategories": [],
"hasApiKey": true,
"lastTransferSyncedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}โI
