Skip to main content
POST
/
inventory-sources
/
{sourceId}
/
launch
Mint a launch URL into the managed sales agent 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 sales agent launch URL.

path
string

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

Maximum string length: 2048

Response

Mint a launch URL into the managed sales agent admin UI

Minted launch URL for the managed sales agent admin UI.

url
string<uri>
required

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