Referral Endpoints
Update Referral
Updates a referral based on their ID
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The referral ID to update
Email of the referred user
Name of the referred user
The plan associated with the referred user
The external ID of the referred user. This will be an ID you actively maintain that identifies the user on your server (for example, the User ID in your database, or Stripe Customer ID)
Status of the referral (active/inactive)