get
https://api.trustmarkt.de/v1/articles
Display a paginated list of articles belonging to the authenticated user's company.
The articles are ordered by their creation date in descending order, meaning the most recently created articles will appear first.
The endpoint supports pagination through the page and per_page query parameters. If not provided, the first page with a default of 15 articles per page will be returned.
The response includes pagination metadata to help navigate through the pages of results.
Additionally, the endpoint supports filtering articles by a search term using the search query parameter, which will match against the article's title and slug.