cURL
curl --request GET \ --url https://api.supernormal.com/api/v1/posts/{id} \ --header 'X-API-TOKEN: <api-key>'
{ "id": "<string>", "title": "<string>", "published_at": "<string>", "summary": "<string>", "seen": true, "notes": [ { "id": "<string>", "body": "<string>", "timestamp": 123, "parent_id": "<string>", "created_at": "<string>", "display_name": "<string>", "type": "<string>" } ], "transcript": [ { "start": 123, "end": 123, "content": "<string>", "author_name": "<string>" } ] }
Returns a single post
The ID of the post to get
Post 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
The post's notes
Show child attributes
The post's transcript