Pandium · Capability
Pandium API
The Pandium API provides programmatic access to native Pandium resources including integrations, tenants, and runs. It uses standard REST conventions and HTTP methods, allowing B2B SaaS companies to manage their integration platform, trigger syncs, proxy connector calls, and manage tenant metadata.
What You Can Do
GET
Listintegrations
— Pandium List all integrations
/v2/integrations
GET
Getintegration
— Pandium Get a single integration
/v2/integrations/{integration_id}
GET
Listintegrationreleases
— Pandium List releases for an integration
/v2/integrations/{integration_id}/releases
GET
Getintegrationrelease
— Pandium Get a single release
/v2/integrations/{integration_id}/releases/{release_id}
GET
Listtenants
— Pandium List all tenants
/v2/tenants
POST
Createtenant
— Pandium Create a tenant
/v2/tenants
GET
Gettenant
— Pandium Get a single tenant
/v2/tenants/{tenant_id}
PATCH
Updatetenant
— Pandium Update a tenant
/v2/tenants/{tenant_id}
POST
Triggertenantsync
— Pandium Trigger a sync for a tenant
/v2/tenants/{tenant_id}/sync
GET
Listtenantruns
— Pandium List runs for a tenant
/v2/tenants/{tenant_id}/runs
GET
Getrunbytriggerid
— Pandium Get run status by trigger ID
/v2/tenants/{tenant_id}/runs/{trigger_id}
POST
Proxyconnectorcall
— Pandium Proxy a connector call
/v2/tenants/{tenant_id}/connectors/{connector_name}/call
GET
Gettenantmetadata
— Pandium Get tenant metadata
/v2/tenants/{tenant_id}/metadata
PATCH
Updatetenantmetadata
— Pandium Update tenant metadata
/v2/tenants/{tenant_id}/metadata
MCP Tools
listintegrations
Pandium List all integrations
read-only
idempotent
getintegration
Pandium Get a single integration
read-only
idempotent
listintegrationreleases
Pandium List releases for an integration
read-only
idempotent
getintegrationrelease
Pandium Get a single release
read-only
idempotent
listtenants
Pandium List all tenants
read-only
idempotent
createtenant
Pandium Create a tenant
gettenant
Pandium Get a single tenant
read-only
idempotent
updatetenant
Pandium Update a tenant
triggertenantsync
Pandium Trigger a sync for a tenant
listtenantruns
Pandium List runs for a tenant
read-only
idempotent
getrunbytriggerid
Pandium Get run status by trigger ID
read-only
idempotent
proxyconnectorcall
Pandium Proxy a connector call
gettenantmetadata
Pandium Get tenant metadata
read-only
idempotent
updatetenantmetadata
Pandium Update tenant metadata