Skip to main content
GET

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

slug
string
required

Response

200 - application/json

Successful response

id
string<UUID>
organisation_id
string<UUID>
ai_provider_id
string
name
string
status
enum<string>
Available options:
active,
archived
created_at
string<date-time>
last_updated_at
string<date-time> | null
slug
string
description
string
object
enum<string>
Available options:
integration
masked_key
string

Masked API key

configurations
OpenAI · object

Provider-specific configuration object

⚠️ Security Note - Response Masking: When retrieving integration details, sensitive fields are automatically masked:

  • Sensitive fields get a masked_ prefix (e.g., client_secretmasked_client_secret)
  • Non-sensitive fields (IDs, URLs, regions, etc.) remain unchanged
global_workspace_access_settings
object | null

Global workspace access configuration

allow_all_models
boolean

Whether new models will be enabled by default

workspace_count
integer

Number of workspaces with access to this integration

Last modified on February 17, 2026