/ sources
Returns all sites where news is integrated and the last update for each source.
GET
Key | Value | Description | Required ? |
---|---|---|---|
X-Api-Token | --- | access token for your account | yes |
Accept | application/json | return responses in the correct format | yes |
Field | Description |
---|---|
id | Database line indetification |
name | Internal source identification |
last_used | The last time this source was updated |
[ { "id": 1, "name": "UOLESPORTE", "last_used": "2020-04-09T02:09:03.000000Z" } ]