---
title: "Process Pending Affiliates"
method: PATCH
path: "/networks/pending/affiliates"
tags: ["Affiliates"]
---

# Process Pending Affiliates

`PATCH /networks/pending/affiliates`

## Request body

- object
  - `network_affiliate_ids` integer[], required — Array of affiliate IDs to update.
  - `account_status` 'active' | 'inactive' | 'pending' | 'suspended', required — New account status.
  - `affiliate_manager_id` integer — ID of the affiliate manager to assign.
  - `internal_notes` string — Internal notes about the status change.
  - `network_affiliate_tier_id` integer — Affiliate tier ID to assign.
  - `network_traffic_source_id` integer — Traffic source ID to assign.

## Response `200`

Pending affiliates processed successfully.

- object
  - `result` boolean — Whether the pending affiliates were processed successfully.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
