GET
/
configuration
/
v1
/
custom-vocabularies
/
{customVocabularyId}
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"
  ]
}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

customVocabularyId
string
required

Identifier of the custom vocabulary

Response

200
application/json

Returns the custom vocabulary

The response is of type object.