sources
Retrieve details for a single data source by its primary key.
Request samples
curl --location --request GET 'https://api.financialreports.eu/sources//' \
--header 'x-api-key;'
Responses
application/json Serializer for Source model, representing the origin of the filing data.
URL of the data source homepage or relevant section.
Description of the data source.
{
"name": "string",
"url": "http://example.com",
"description": "string"
}
Modified at 2025-04-23 09:48:35