Skip to main content
Version: 202506

Get URL redirect

GET 

/openapi/2025-06/redirects/:id

Retrieve details of a specific url redirect using its unique identifier.

Request

Path Parameters

    id int64required

    Redirect ID

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    redirect object

    URL redirect

    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