cURL
curl --request GET \ --url https://scribe-api.puppilot.co/recording-sessions/all \ --header 'Authorization: Bearer <token>'
{ "items": [ { "public_id": "<string>", "updated_at": "<string>", "patient_name": "<string>", "description": "<string>", "organization_public_id": "<string>" } ], "has_next": true, "current_page": 123, "items_per_page": 123 }
Retrieve all created recording sessions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of recording sessions.
The response is of type object.
object