cURL
curl --request GET \ --url https://api.example.com/api/core/knowledge_sources \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>" } ]
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?