Skip to main content
Partner webhooks notify your endpoint when changes occur to partner (affiliate) accounts in your network.

Events

Partner Created

Fired when a new partner is created at the top level. This event does not fire when creating additional users for an existing partner. Payload: Matches the Find Affiliate By ID endpoint response with users and billing relationships.

Partner Updated

Fired when the partner record itself is updated. Triggers include:
  • Account manager changes
  • Address updates
  • Billing modifications
Does NOT trigger for:
  • Offer visibility grants
  • Postback changes
  • User creation or updates
Payload: Same structure as Partner Created.

Partner Signed Up

Fired when a partner self-registers via the signup form. If email verification is enabled, this event only fires after the partner verifies their email. Payload: Includes users, billing, and signup relationships. Additional signup fields:
  • website_url, referral_code, advertise_method, heard_about_us
  • user_ip, user_agent, phone, tax_id, legal_type
  • mailing_address, promotional_information

Partner Sign Up Verdict

Fired when a network employee approves or rejects a signup application. Note: The Partner Updated webhook also fires when this event occurs. This webhook uses a custom flat payload that does not match the standard Find Affiliate By ID response. Payload:

Common Payload Fields

All partner webhook payloads (except Sign Up Verdict) include:

Example Payload (Created / Updated)

Example Payload (Signed Up)

The Signed Up event includes the same base structure as Created/Updated, with an additional sign_up relationship:

Example Payload (Sign Up Verdict)