# `channel.connect.test` Probe the marketplace with the stored credentials (no store mutation): auth, identity header, stage allowlist. - **method + path**: `POST /v1/channel/{ext}/connect-test` - **TR label**: Pazaryeri bağlantı testi - **auth**: authenticated · scope gates: any of `admin`, `store:admin` — “Pazaryeri ayarlarını yalnızca mağaza sahibi değiştirebilir” - **agentPolicy**: `quote` — a provider call with no store-state change (offers, labels, validators) — every token kind calls it directly. - **effects**: `provider` - **idempotency**: server — the platform derives the key - **wraps**: — (no command inside) Machine-readable body schema: [/schemas/routes/channel.connect.test.json](/schemas/routes/channel.connect.test.json). ## Body ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {} } ```