cURL
curl --request GET \ --url https://api.clarm.com/v1/collections \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "sources": [ { "id": 123, "name": "<string>", "type": "<string>", "configuration": {} } ] } ]
Get all collections (document sets) that the calling user has access to
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
List of sources in the collection
Show child attributes