Outception Docs

get
/v1/news/sources

Metadata for every known source (including redirect aliases).

curl -X GET "https://api.outception.com/v1/news/sources" \
  -H "Authorization: Bearer $OUTCEPTION_TOKEN" \
  -H "Accept: application/json"

Response · 200

Successful Response

  • id

    string

    required

  • name

    string

    required

  • color

    string

    required

  • column

    string | null

  • type

    enum | null

  • home

    string | null

  • title

    string | null

  • desc

    string | null

  • interval

    integer

    required

  • redirect

    string | null