Skip to main content
POST
/
inventory-sources
/
{sourceId}
/
launch
Mint a launch URL into the managed source admin UI
curl --request POST \
  --url https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/launch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.interchange.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

sourceId
string
required

Inventory source ID

Minimum string length: 1

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 a launch URL into the managed source admin UI

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.