API Reference
cURL
curl --request GET \ --url https://api.meetsquad.ai/org/{orgId}/workspace/{workspaceId}/integration \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "integrationId": "<string>", "workspaceId": "<string>", "organisationId": "<string>", "config": { "active": false, "created_by": "d4e71c2b-a498-42af-b7f5-69de06a0d7c4", "last_synced_at": "2025-03-26T22:35:46Z" }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns all integrations for the workspace
JWT authentication for organization-scoped endpoints.
Organization ID
Workspace ID
List of integrations
Response containing an array of integrations
Notion integration record
Show child attributes
Was this page helpful?