Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

packageId
string<guid>
required

The target package's unique identifier A package's unique identifier

Example:

"00000000-0000-0000-0000-000000000000"

Query Parameters

isIframe
boolean

Indicates whether the package elements editor opens in an iframe.

redirectUrl
string<url>

The URL to call upon cancellation or confirmation.

language
string<languageCode>

The package elements editor language. A country's 2 letter ISO code (ISO 639-1)

Example:

"en"

Response

The package elements editor url was created

Response model for the Place elements action url.

ActionUrl
string<url>

The package elements editor url.