Affiliates
Approve Affiliate
Affiliates
Approve Affiliate
PATCH
/
v1
/
affiliates
/
approve
curl --request PATCH \
--url https://api.afficone.com/v1/affiliates/approve \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": "<string>",
"approved": true
}'
Was this page helpful?
curl --request PATCH \
--url https://api.afficone.com/v1/affiliates/approve \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": "<string>",
"approved": true
}'