Pronunciation Dictionaries
Get a pronunciation dictionary
Retrieve a single pronunciation dictionary by ID.
get/pronunciation_dicts/{id}
Path parameters
idstring uuid required
Example:c215a3e1-be41-4701-97e8-1d3c22f9a5b7
The UUID of the pronunciation dictionary.
Response
The requested pronunciation dictionary.
Example response
{
"data": {
"created_at": "2026-03-25T12:00:00.000Z",
"id": "c215a3e1-be41-4701-97e8-1d3c22f9a5b7",
"items": [
{
"alias": "tel-nicks",
"text": "Telnyx",
"type": "alias"
}
],
"name": "Brand Names",
"record_type": "pronunciation_dict",
"updated_at": "2026-03-25T12:00:00.000Z",
"version": 1
}
}