Groups
List groups
Retrieve all link groups with link counts.
GET
/v1/groupscurl -X GET https://api.ofmelite.io/v1/groups \ -H "Authorization: Bearer ofm_YOUR_API_KEY" \ -H "Content-Type: application/json"200OK
{
"data": [
{ "id": "8f3e2a1b-4c5d-6e7f-8091-a2b3c4d5e6f7", "name": "Summer Campaign", "linkCount": 4, "createdAt": "…" }
]
}Request
Headers
Authorizationstringrequired
Bearer token with your Elite API key
Bearer ofm_YOUR_API_KEY
Response
Response fields
dataarrayoptional
Groups