cURL
curl --request GET \ --url https://api.supernormal.com/api/v1/posts \ --header 'X-API-TOKEN: <api-key>'
{ "id": "<string>", "title": "<string>", "published_at": "<string>", "summary": "<string>", "seen": true }
Returns the current user’s posts. Default limit is 20.
The number of posts to return. Default is 20. Max is 100
The number of posts to skip. Default is 0
Whether to return posts shared with the current caller or their own posts
latest
shared
Posts response
The post’s ID
The post’s title
The post’s published at time in ISO 8601 format
A brief description of the meeting
Whether the post has been seen by the current caller