cURL
curl --request GET \ --url https://api.getmaxim.ai/v1/integrations \ --header 'x-maxim-api-key: <api-key>'
{ "data": [ { "id": "<string>", "type": "SLACK", "name": "<string>", "config": {} } ], "pagination": { "cursor": "<string>", "hasMore": true } }
Get integrations for a workspace
API key for authentication
Unique identifier for the workspace
Integration ID to fetch specific integration
Maximum number of records to return (max: 100)
x <= 100
Cursor for pagination
Integrations retrieved successfully
Show child attributes
Was this page helpful?