Add networks to pool
POST /v1/pools/{id}/networks
string[]
required
Array of network IDs to add.
Remove networks from pool
DELETE /v1/pools/{id}/networks
string[]
required
Array of network IDs to remove.
Update network affiliate config
Updates affiliate credentials for a specific network within a pool.PUT /v1/pools/{id}/networks/{network}
string
Your affiliate ID for this network.
string
Your sub-affiliate / sub ID for this network.
boolean
Whether to sync merchants from this network to the pool.