Documentation

Get the Vox chat starter sentences

GET
/api/v1/external/vox/starter-sentences

Scope requis : read:vox.

AutorisationBearer <jeton>

JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.

Dans: header

Corps de réponse

application/json

curl -X GET "https://example.com/api/v1/external/vox/starter-sentences"
{  "starterSentences": [    "string"  ]}