Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

id
string<uuid>
required

A UUID string identifying this Object permission.

Response

200 - application/json

A grant of access to a secret or a live connection.

id
string<uuid>
required
read-only
permission_level
enum<string>
required
  • manager - Manager
  • editor - Editor
  • viewer - Viewer
Available options:
manager,
editor,
viewer
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
user
string
required
read-only

User (Expandable)

group
string
required
read-only

Group (Expandable)

secret
string
required
read-only

Secret (Expandable)

live_connection
string
required
read-only

Live connection (Expandable)

granted_by
string
required
read-only

Granted by (Expandable)

tool_scope
any | null

Live connections only: subset of the connection's available tools this access may use (NULL = the full available set, tracking it as it changes; MANAGER grants are always NULL)