Skip to main content
Event triggered when a new partner is enrolled in your partner program.

Response body parameters

All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.
id
string
The event ID.
event
string
The event type that triggered the webhook (e.g., partner.enrolled).
createdAt
string
ISO 8601 timestamp when the webhook event was created.
data
object
Event-specific data containing detailed information about the event. The data object for the partner.enrolled event contains the following parameters:
{
  "id": "evt_ovabfqva8oqZzmLPN1JnwIfdt",
  "event": "partner.enrolled",
  "createdAt": "2025-04-08T17:11:56.492Z",
  "data": {
    "id": "pn_1JRB6678XHGBZE95R5PH5QVGS",
    "name": "Asleep Pink Mammal",
    "email": "chosen.blush.barracuda@dub-internal-test.com",
    "image": "https://api.dub.co/og/avatar?seed=Asleep Pink Mammal",
    "description": null,
    "country": "US",
    "payoutsEnabledAt": null,
    "paypalEmail": null,
    "stripeConnectId": null,
    "createdAt": "2025-04-08T17:11:56.446Z",
    "status": "approved",
    "programId": "prog_CYCu7IMAapjkRpTnr8F1azjN",
    "tenantId": null,
    "clicks": 0,
    "leads": 0,
    "sales": 0,
    "saleAmount": 0,
    "earnings": 0,
    "applicationId": null,
    "website": "https://example.com",
    "youtube": null,
    "twitter": null,
    "linkedin": null,
    "instagram": null,
    "tiktok": null,
    "links": [
      {
        "id": "link_1JRB6677YXQB49RC1HKH7TPJE",
        "domain": "getacme.link",
        "key": "uvYO5pMIpctKdUVJlL3jIL4o",
        "shortLink": "https://getacme.link/uvYO5pMIpctKdUVJlL3jIL4o",
        "url": "https://acme.com",
        "clicks": 0,
        "leads": 0,
        "sales": 0,
        "saleAmount": 0
      }
    ]
  }
}