Account
Get account overview
High-level snapshot of your Elite account: link counts, websites, and top links by clicks.
GET
/v1/accountcurl -X GET https://api.ofmelite.io/v1/account \ -H "Authorization: Bearer ofm_YOUR_API_KEY" \ -H "Content-Type: application/json"200OK
{
"links": { "total": 12, "active": 10, "paused": 2 },
"websites": { "total": 3, "published": 2 },
"groups": 2,
"topLinks": [
{ "id": "…", "name": "Sophie IG", "slug": "sophie-ig", "clicks": 142, "active": true }
]
}Request
Headers
Authorizationstringrequired
Bearer token with your Elite API key
Bearer ofm_YOUR_API_KEY
Response
Response fields
links.totalnumberoptional
Total links
links.activenumberoptional
Active links
websites.totalnumberoptional
Bio pages
topLinksarrayoptional
Top 5 links by clicks