Search Synonym Detail
Returns a single search-synonym group with its full field set — the data behind the admin Marketing → Search & SEO → Search Synonyms view screen.
TIP
New here? Read the Search Synonyms overview for what a search synonym is and how its fields behave.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/marketing/search-synonyms/{id} | GET |
Details
- Requires an admin Bearer token in the
Authorizationheader. - An unknown id returns a
404.
Response fields
| Field | Type | Notes |
|---|---|---|
id | int | Numeric id |
name | string | Group name |
terms | string | Comma-separated list of interchangeable search words |
createdAt | string | Creation timestamp |
updatedAt | string | Last-update timestamp |

