Skip to main content
GET
/
api
/
v1
/
governance_models
/
{id}
Show a governance model
curl --request GET \
  --url https://{defaultHost}/api/v1/governance_models/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Use Authorization: Bearer thub_xxxxx

Headers

Authorization
string
required

API key token (e.g., Bearer thub_abc123)

Path Parameters

id
string
required

Governance model ID

Response

200 - application/json

governance model found

id
string
name
string
description
string | null