GET
/
recording-sessions
/
get
/
{public_id}
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

public_id
string
required

Response

200 - application/json

Recording session retrieved.

The response is of type object.