TelefonieTelefonie-Compliance-Templates auflisten

Telefonie-Compliance-Templates auflisten

Für die Telefonie-Konfiguration verfügbare Compliance-Templates zurückgeben.

curl -X GET "https://api.talkturo.com/api/assistants/123e4567-e89b-12d3-a456-426614174000/telephony/compliance-templates" \
  -H "Content-Type: application/json"
{
  "templates": [
    {}
  ]
}
GET
/assistants/{assistantId}/telephony/compliance-templates
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (cookie: sb-access-token)
sb-access-tokenstring
Required

Authentifiziertes Talkturo-Web-Session-Cookie (Supabase-httpOnly-Session). Browser-Clients senden dies nach der Anmeldung typischerweise automatisch. Je nach Client können auch zugehörige Refresh-Cookies vorhanden sein.

Authentifiziertes Talkturo-Web-Session-Cookie (Supabase-httpOnly-Session). Browser-Clients senden dies nach der Anmeldung typischerweise automatisch. Je nach Client können auch zugehörige Refresh-Cookies vorhanden sein.
path
assistantIdstring
Required

Assistenten-UUID

Format: uuid
Request Preview
Response

Response will appear here after sending the request

Authentication

path
parameterstring
Required

API Key for authentication. Authentifiziertes Talkturo-Web-Session-Cookie (Supabase-httpOnly-Session). Browser-Clients senden dies nach der Anmeldung typischerweise automatisch. Je nach Client können auch zugehörige Refresh-Cookies vorhanden sein.

Path Parameters

Responses

templatesobject[]