Skip to main content
Version: 202607

List URL redirects

GET 

/openapi/2026-07/redirects

Retrieve a list of all url redirect with pagination.

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    countint32

    The total number of redirects in the store

    redirects object[]

    The list of URL redirects

  • Array [
  • idint64

    Redirect ID

    store_idint32

    ID of the store where the redirect is created

    statusstring

    Status of the redirect

    from_urlstring

    The original URL specified for redirection

    redirect_urlstring

    The target URL specified for the redirection

  • ]