cURL
curl --request GET \ --url https://api.clarm.com/v1/sources \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "type": "<string>", "configuration": {} } ]
Get all sources
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response