Access Level Required: Requires Level 1 Plan or higher.Retrieve a paginated list of all available filing types.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.financialreports.eu/filing-types/' \
--header'x-api-key;'
Responses
🟢200OK
application/json
Success
Body
Example
{"count":123,"next":"http://api.example.org/accounts/?page=4","previous":"http://api.example.org/accounts/?page=2","results":[[{"code":"10-K","name":"Annual Report","description":"Official yearly report covering company activity and full financial performance."}]]}