cURL
curl --request GET \ --url https://api.contextual.ai/v1/agents/templates/acl \ --header 'Authorization: Bearer <token>'
{ "templates": [] }
Retrieve a list of all available ACL Templates. Each ACL template combines a DB template with an ACL config.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
List of available ACL templates.
Show child attributes
Was this page helpful?