ChatterBeamDevelopers
GET · integrations:read

List provider integrations

Execute the list_provider_integrations capability through REST or MCP with the same authorization and project checks.

Read onlyMinimum role: viewer

REST

GET/api/v1/integrations/providers
curl "https://chatterbeam.com/api/v1/integrations/providers" \
  --request GET \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY"

MCP

Tool name: list_provider_integrations. The tool returns the same structured { data, meta } result as REST.

Input

This route has no path parameters. Check OpenAPI for operation-specific query or JSON body fields.

Authorization

Required scope: integrations:read. Scope checks are followed by current project membership and the viewer minimum role.

Related resources