Skip to main content
PATCH
/
v1
/
payouts
cURL
curl --request PATCH \
  --url https://api.afficone.com/v1/payouts \
  --header 'Content-Type: application/json-patch+json' \
  --header 'X-Affi-Key: <api-key>' \
  --data '
{
  "id": "<string>",
  "paid": true,
  "details": "<string>"
}
'

Authorizations

X-Affi-Key
string
header
required

Body

id
string
required
Minimum string length: 1
paid
boolean
required
details
string | null
Maximum string length: 512

Response

200

OK