AACsearch
Api reference

List index synonyms

Returns all synonym groups for the index.

Returns all synonym groups for the index.

GET
/indexes/{indexId}/synonyms

Authorization

BearerAuth
AuthorizationBearer <token>

Search API key (ss_search_*) from the dashboard or keys API. Scopes (search, ingest, admin) are stored on the key; each route requires the matching scope.

In: header

Path Parameters

indexId*string

Search index ID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/indexes/string/synonyms"
{
  "synonyms": [
    {
      "id": "string",
      "root": "string",
      "synonyms": [
        "string"
      ]
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "details": null
}
{
  "error": "string",
  "message": "string",
  "details": null
}
{
  "error": "string",
  "message": "string",
  "details": null
}