cURL
curl --request GET \ --url https://api.example.com/v1/core/recordings/{id}/summaries \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "content": "<string>" } ]
Get recording summaries
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>