Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mcpIntegrationId
string
required

Response

200 - application/json
id
string<uuid>
name
string
description
string | null
owner_id
string
status
string
created_at
string<date-time>
last_updated_at
string<date-time>
configurations
object | null
global_workspace_access
object | null
workspace_id
string | null
slug
string
url
string<uri>
auth_type
enum<string>
Available options:
oauth_auto,
oauth_client_credentials,
headers,
none
transport
enum<string>
Available options:
http,
sse,
interactive
type
enum<string>
Available options:
workspace,
organisation
secret_mappings
object[]
Last modified on September 18, 2026