Path parameters
-
id
string Required The synonyms set identifier to retrieve.
GET
/_synonyms/{id}
curl \
--request GET http://api.example.com/_synonyms/{id} \
--header "Authorization: $API_KEY"
Response examples (200)
{
"count": 42.0,
"synonyms_set": [
{
"id": "string",
"synonyms": "string"
}
]
}