PingOne Neo-PingOne Verify-Verify Voice Phrases

Number of APIs: 10

  1. Create Custom Voice Phrase POST {{apiPath}}/environments/{{envID}}/voicePhrases

  2. Read All Voice Phrase Contents GET {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents

  3. Create Custom Voice Phrase Content POST {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents

  4. Read All Voice Phrases GET {{apiPath}}/environments/{{envID}}/voicePhrases

  5. Read One Voice Phrase GET {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}

  6. Read One Voice Phrase Content GET {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents/{{voiceContentsID}}

  7. Update Custom Voice Phrase PUT {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}

  8. Update Custom Voice Phrase Content PUT {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents/{{voiceContentsID}}

  9. Delete Custom Voice Phrase Content DELETE {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents/{{voiceContentsID}}

  10. Delete Custom Voice Phrase DELETE {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}