List magnets
GET/api/v1/magnets
Your lead magnets, each with its live performance attached.
magnets:readRead lead magnets and their performance.
Parameters
| Name | In | Type | Default | Description |
|---|---|---|---|---|
limit |
query | integer | 50 |
Rows to return, 1 to 200. |
offset |
query | integer | 0 |
Rows to skip, for paging. |
status |
query | string | all |
Filter by status. One of: all, draft, private, public, archived. |
Example
curl "https://resources.ashwanth.dev/api/v1/magnets" \
-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
limitoffsetstatusRequest
GET /api/v1/magnets