PingOne Neo-PingOne Verify-Verify Voice Phrases
Number of APIs: 10
-
Create Custom Voice Phrase POST {{apiPath}}/environments/{{envID}}/voicePhrases
-
Read All Voice Phrase Contents GET {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents
-
Create Custom Voice Phrase Content POST {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents
-
Read All Voice Phrases GET {{apiPath}}/environments/{{envID}}/voicePhrases
-
Read One Voice Phrase GET {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}
-
Read One Voice Phrase Content GET {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents/{{voiceContentsID}}
-
Update Custom Voice Phrase PUT {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}
-
Update Custom Voice Phrase Content PUT {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents/{{voiceContentsID}}
-
Delete Custom Voice Phrase Content DELETE {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}/contents/{{voiceContentsID}}
-
Delete Custom Voice Phrase DELETE {{apiPath}}/environments/{{envID}}/voicePhrases/{{voicePhraseID}}