cURL
curl --request GET \ --url https://api.sandbox.asapp.com/configuration/v1/custom-vocabularies/{customVocabularyId} \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "phrase": "IEEE", "soundsLike": [ "I triple E" ] }
Get a custom vocabulary configuration
Identifier of the custom vocabulary
Returns the custom vocabulary
The response is of type object.
object
Was this page helpful?