Skip to main content
PATCH
Approve or Reject Applications
Bulk approve or reject offer applications. Provide an array of application IDs and a patches array specifying the target status. Optionally send an email notification to the affiliate.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
network_application_ids
integer[]
required

List of application IDs to update.

patches
object[]
required

Array of patch operations to apply.

send_email
boolean

Whether to send an email notification to the affiliate about the status change.

Response

200 - application/json

Applications updated successfully.

result
boolean

Whether the operation was accepted.