Skip to main content
GET
/
agents
/
templates
/
acl
List Acl Templates
curl --request GET \
  --url https://api.contextual.ai/v1/agents/templates/acl \
  --header 'Authorization: Bearer <token>'
{
  "templates": []
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

templates
ACLTemplateEntry · object[]

List of available ACL templates.