Affiliate Endpoints
Update Affiliate
Updates an Affiliate based on their ID
PUT
/
affiliates
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
affiliateId
string
requiredThe ID of the affiliate
firstName
string
First name of the affiliate
lastName
string
Last name of the affiliate
email
string
Email of the affiliate
commissionRate
number
Commission rate for the affiliate
affiliateStatus
string
Status of the affiliate (active/inactive)