cURL
curl --request GET \ --url http://api.usestellar.com/insights \ --header 'Authorization: Bearer <token>'
[ { "content": "<string>", "tag": "<string>", "title": "<string>", "source": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ]
Returns all insights from the system that the user has access to
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of results to return
Insight response
The content of the insight
Tag to specify the type
The title of the insight
The source of the insight
The date and time the insight was created