Skip to main content
GET
/
v1
/
sources
Get Sources
curl --request GET \
  --url https://api.clarm.com/v1/sources \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "type": "<string>",
    "configuration": {}
  }
]
Retrieve all available data sources and connectors that have been configured for content ingestion.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

id
integer
required
name
string
required
type
string
required
configuration
Configuration · object
required