Get account
GET/api/v1/me
Your account, headline totals, and the key you authenticated with.
account:readRead your profile, usage, activity log, and connected email accounts.
Notes
The cheapest call in the API and the right way to check a key works before wiring anything else.
api_key is null when the caller is a signed-in browser session rather than a key.Parameters
This endpoint takes no parameters.
Example
curl "https://resources.ashwanth.dev/api/v1/me" \
-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.
Request
GET /api/v1/me