POST /api/v2/storefront/inventory-sources/{sourceId}/launch
Mints a single-use signed URL that drops the caller into the upstream managed-source admin UI. Pass an optional deep-link path to land on a specific page.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
sourceId | string (path) | Yes | Storefront-scoped inventory source ID |
path | string | No | Managed-source-relative deep-link path (e.g. /products, max 2048). No schemes and no .. segments. Omit to land on the source home |
Response
url is single-use and short-lived — redirect immediately. Do not store or share it.
Errors
400 VALIDATION_ERROR—pathcontains a scheme or..segment.401 UNAUTHORIZED— missing or invalid API key.404 NOT_FOUND— no ad-server-backed source with thissourceId.
Related
Inventory source tasks
All operations
Get status
Operational snapshot
Get ad-server connection
Connection state
Test connection
Probe upstream reachability