Returns all integrations in the organization (credentials excluded).
cURL
curl --request GET \ --url https://api.landerlab.dev/api/v2/organizations/{organizationId}/integrations/get \ --header 'X-API-Key: <api-key>'
{ "integrations": [ { "id": 123, "name": "<string>", "typeName": "<string>", "userId": 123, "createdAt": "<string>", "updatedAt": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.landerlab.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt
Use this file to discover all available pages before exploring further.
API key with ll_live_ prefix
List of integrations
Show child attributes
Was this page helpful?