Skip to main content
GET
/
insights
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int32>

The maximum number of results to return

Response

Insight response

content
string
required

The content of the insight

tag
string

Tag to specify the type

title
string

The title of the insight

source
string

The source of the insight

createdAt
string<date-time>

The date and time the insight was created