---
title: "Register partner"
method: POST
path: "/affiliate/partner-register"
tags: ["Affiliate"]
---

# Register partner

`POST /affiliate/partner-register`

Registers the user as a partner in the affiliate program.

## Request body

- object
  - `partnerCode` string, required
  - `paypalMeLink` string, required
  - `applyPromoToLink` boolean, required — Whether to automatically apply the partner's promo code to their referral link. Required — the UI form pre-ticks this checkbox, but the server does not substitute a default when the field is omitted.
  - `termsAndConditions` boolean, required

## Response `200`

Successful response

- object
  - `ok` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
