Skip to main content
POST
/
esa
/
{esaId}
/
launch
Mint an ESA launch URL
curl --request POST \
  --url https://api.interchange.io/api/v2/storefront/esa/{esaId}/launch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

esaId
integer
required

Embedded sales agent connection id.

Required range: x <= 9007199254740991
Example:

123

Body

application/json

Optional deep-link target for a managed ad-server source launch URL.

path
string

Managed-source-relative deep-link path (e.g. /products). The service layer enforces structural constraints (no schemes, no ..). Omit to land on the source home.

Maximum string length: 2048

Response

Mint an ESA launch URL

Minted launch URL for the managed ad-server source admin UI.

url
string<uri>
required

Single-use signed URL that drops the caller into the upstream managed-source admin UI. The signature is short-lived; clients should redirect immediately.