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

Authorizations

X-Affi-Key
string
header
required

Body

affiliateId
string
required
Minimum string length: 1
groupId
string
required
Minimum string length: 1

Response

200

OK