cURL
curl --request GET \ --url https://api.portkey.ai/v1/mcp-integrations/{mcpIntegrationId} \ --header 'x-portkey-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "owner_id": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_updated_at": "2023-11-07T05:31:56Z", "configurations": {}, "global_workspace_access": {}, "workspace_id": "<string>", "slug": "<string>", "url": "<string>", "auth_type": "oauth_auto", "transport": "http", "type": "workspace" }
MCP Integration ID (UUID) or slug
OK
Workspace ID or slug (when workspace-scoped)
oauth_auto
oauth_client_credentials
headers
none
http
sse
interactive
workspace
organisation
Was this page helpful?