Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / GetRedirectOptions

Interface: GetRedirectOptions ​

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/redirect.ts:273

Options for getting a redirect.

Properties ​

fromPath ​

fromPath: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/redirect.ts:287

The from_path of the redirect.


origin? ​

optional origin: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/redirect.ts:293

MRT API origin URL.

Default ​

ts
"https://cloud.mobify.com"

projectSlug ​

projectSlug: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/redirect.ts:277

The project slug.


targetSlug ​

targetSlug: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/redirect.ts:282

The target/environment slug.

Released under the Apache-2.0 License.