cURL
curl --request GET \ --url https://synapse.telepatia.ai/v1/scribe-session-configurations \ --header 'Authorization: Bearer <token>'
200
Example
{ "items": [ { "id": "ssc_a1b2c3d4e5f6g7h8", "name": "Cardiology Consultation" }, { "id": "ssc_i9j0k1l2m3n4o5p6", "name": "General Medicine" } ], "limit": 20, "page": 1, "total": 2, "totalPages": 1 }
List all scribe session configurations for the authenticated account.
Chave de API enviada como token Bearer
Resposta bem-sucedida
Response body for listing scribe session configurations.
List of scribe session configurations.
Show child attributes
Total number of configurations.
Current page number.
Number of items per page.
Total number of pages.