API Reference
받아쓰기 사전 목록 조회
계정이 소유한 받아쓰기 hotwords 사전 목록을 조회합니다. 기본 사전이 맨 위에 옵니다.
Authorization
BearerAuth AuthorizationBearer <token>
API Key를 Bearer 토큰으로 전달
In: header
Path Parameters
accountId*string
계정 ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/accounts/AC1a2b3c4d/dictionaries"{
"dictionaries": [
{
"id": "clx9dict0001",
"name": "우리 회사 용어",
"isDefault": true,
"itemCount": 12,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "string",
"code": "INVALID_PHONE_NUMBER"
}{
"error": "string",
"code": "INVALID_PHONE_NUMBER"
}