import { SyllableSDK } from "syllable-sdk";
const syllableSDK = new SyllableSDK({
apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "",
});
async function run() {
const result = await syllableSDK.directory.directoryMemberTestExtension({
memberId: 922412,
timestamp: "2024-07-02T14:32:47.235Z",
});
console.log(result);
}
run();{
"extension": "<string>",
"status": "<string>"
}Test directory member extension at a specific timestamp and language.
import { SyllableSDK } from "syllable-sdk";
const syllableSDK = new SyllableSDK({
apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "",
});
async function run() {
const result = await syllableSDK.directory.directoryMemberTestExtension({
memberId: 922412,
timestamp: "2024-07-02T14:32:47.235Z",
});
console.log(result);
}
run();{
"extension": "<string>",
"status": "<string>"
}Timestamp for test in ISO 8601 format (e.g., 2025-12-04T14:29:39)
Optional language code for test BCP 47 codes of languages that Syllable supports.
yue-HK, en-US, ko-KR, zh-CN, fa-IR, es-US, th-TH, vi-VN, bs-BA, sw-KE, ru-RU, hi-IN, gu-IN