Skip to main content
GET
/
sources
List sources
curl --request GET \
  --url https://api.heffl.com/api/v2/sources \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "isActive": true,
      "description": "<string>"
    }
  ],
  "meta": {
    "hasMore": true,
    "nextCursor": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at app.heffl.com/settings/developers

Query Parameters

includeInactive
boolean

Include inactive sources in the response

Response

OK

data
object[]
required
meta
object
required