Pronunciation Dictionaries
List pronunciation dictionaries
List all pronunciation dictionaries for the authenticated organization. Results are paginated using offset-based pagination.
get/pronunciation_dicts
Query parameters
page[number]integer
Page number (1-based). Defaults to 1.
page[size]integer
Number of results per page. Defaults to 20, maximum 250.
Response
A paginated list of pronunciation dictionaries.
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
}
],
"meta": {
"page_number": 1,
"page_size": 20,
"total_pages": 1,
"total_results": 3
}
}