Skip to content

List Search Synonyms

Lists every search-synonym group in the store — the data behind the admin Marketing → Search & SEO → Search Synonyms datagrid.

TIP

New here? Read the Search Synonyms overview for what a search synonym is and how its fields behave.

Endpoint

EndpointMethod
/api/admin/marketing/search-synonymsGET

Response envelope

Admin collections return a { data, meta } body envelope:

  • data — the search-synonym rows for this page.
  • metacurrentPage, perPage, lastPage, total, from, to.

Query parameters

ParameterDescription
page, per_pagePagination (per_page default 10, max 50)
nameGroup name — partial match
termsContained terms — partial match
sort, orderSort field (id, name) + asc / desc (default id desc)

Filters compose with logical AND — more filters narrow the result.

Every /api/admin/* request requires an admin Bearer token.

Released under the MIT License.