cURL
curl --request GET \ --url https://scribe-api.puppilot.co/recording-sessions/get/{public_id} \ --header 'Authorization: Bearer <token>'
{ "public_id": "<string>", "updated_at": "<string>", "patient_name": "<string>", "description": "<string>", "organization_public_id": "<string>" }
Retrieve information for a recording session
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Recording session retrieved.
The response is of type object.
object