Skip to main content
GET
/
api
/
news
/
sources
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/news/sources \
  --header 'Authorization: Bearer <token>'
{
  "sources": [
    {
      "enabled": true,
      "id": 123,
      "name": "<string>",
      "url": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

News sources

News sources listing.

sources
object[]
required