Update subscriber

PATCH/api/v1/subscribers/{id}

Edit tags, first name, or last name. Send any subset of the three.

subscribers:writeEdit subscriber names and tags, and unsubscribe them.

Notes

Body: { "tags": ["vip"], "first_name": "Ada" }. Tags replace the existing set rather than merging, and are de-duplicated and trimmed.
At most 50 tags, each 60 characters or fewer.

Parameters

Name In Type Default Description
id path string Subscriber id. Required.

Example

curl "https://resources.ashwanth.dev/api/v1/subscribers/YOUR_ID" \
  -H "Authorization: Bearer $LEADMAGNET_API_KEY"
Try it
API key
Held in this page only, never saved or sent anywhere but this API. If you are signed in, you can leave it blank.
Parameters
id *
Request
PATCH /api/v1/subscribers/{id}
Fill the required path parameter first.