X-API-Key: ********************Authorization: ********************curl --location 'https://api.financialreports.eu/sources/?page=undefined&page_size=undefined' \
--header 'x-api-key;' \
--header 'X-API-Key: <api-key>'{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
[
{
"id": 38,
"name": "Official Filing Authority — DE (#38)",
"url": null,
"description": "Official regulatory authority covering DE.",
"has_named_speakers": null
}
]
]
}