cURL
curl --request GET \ --url https://api.anam.ai/v1/knowledge/groups \ --header 'Authorization: Bearer <token>'
Returns a list of all knowledge groups for the organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved knowledge groups
Was this page helpful?