Get subscriber

GET/api/v1/subscribers/{id}

One subscriber: scores, tags, engagement, and their request history.

subscribers:readRead subscribers, their scores, tags, and engagement.

Notes

Returns only YOUR relationship with this person. A subscriber who also opted into another account's magnets never reveals that side here.

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
GET /api/v1/subscribers/{id}
Fill the required path parameter first.