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
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
}
}API key for authentication
Unique identifier for the workspace
Integration ID to fetch specific integration
Maximum number of records to return (max: 100)
x <= 100Cursor for pagination
Was this page helpful?