Change Updates

Do not miss any Sensay API changes, ever again

Subscribe to the Sensay API changelog to be up to date on recent changes.

RSS

Sep 10, 2025

main
2025-03-25
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /v1/replicas
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • isAccessibleByCustomerSupport, isPrivateConversationsEnabled, elevenLabsID, elevenLabsCustomID, heygenAvatarID, voiceManager properties Removed
        • introductionAudioID property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/replicas/{replicaUUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isAccessibleByCustomerSupport, isPrivateConversationsEnabled, elevenLabsID, elevenLabsCustomID, heygenAvatarID, voiceManager properties Removed
      • introductionAudioID property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/replicas/{replicaUUID}/conversations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • conversationType property Modified
          • Property is no longer required
        • summary, commonQuestions, commonTopics properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/replicas/{replicaUUID}/conversations/{conversationUUID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • conversationType property Modified
        • Property is no longer required
      • summary, commonQuestions, commonTopics properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/replicas
  • Body
  • application/json content type Modified
    • isAccessibleByCustomerSupport, isPrivateConversationsEnabled properties Removed
    • introductionAudioID property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
PUT /v1/replicas/{replicaUUID}
  • Body
  • application/json content type Modified
    • isAccessibleByCustomerSupport, isPrivateConversationsEnabled properties Removed
    • introductionAudioID property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking