Get pool settings
GET /v1/pools/{id}/settings
Path parameters
string
required
ULID of the pool.
Response
data.outclick_provider_order is the pool’s outclick priority list — the order a plain outclick link (no explicit ?format=) tries its link providers, first to last; the first provider able to carry the click wins. Always the full candidate set (network plus every available link service, currently just shopnomix) — a provider never explicitly saved is appended in built-in order. The network link can always carry the click, so a provider ranked below it never gets a turn. Default order is ["network", "shopnomix"], meaning a plain outclick never routes through Shopnomix until a pool moves it above network.
Update pool settings
PATCH /v1/pools/{id}/settings
Path parameters
string
required
ULID of the pool.
Body parameters
string
Link service to use for offer URLs.
string
API key for the configured link service.
string
Default URL format for product links (e.g.
"affiliate").string[]
The order a plain
outclick link tries providers, first to last — "network" and "shopnomix" are the only values today. The first provider in the list able to carry the click wins; the network link always can, so ranking it first (the default) means a plain outclick never routes through Shopnomix. A provider left out of the list is appended after the ones you named, in built-in order; passing [] restores the built-in default order. Applies to new links immediately, and retroactively to outclick links already handed out (re-evaluated at click time).