Skip to main content
GET
/
v0
/
contract
/
enforcement-level
/
{id}
Get a contract enforcement level by id
curl --request GET \
  --url https://{hostname}.gable.ai/v0/contract/enforcement-level/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "contractId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "enforcementLevel": "INACTIVE"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

Response

id
string<uuid>
required
contractId
string<uuid>
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
enforcementLevel
enum<string>
default:INACTIVE
required
Available options:
RECORD,
NOTIFY,
ALERT,
BLOCK,
INACTIVE