GET
/v1/membersBearer auth
List members. Supports ?role, ?status, ?q, ?page.
Request
curl -X GET https://api.clubarena.app/v1/members \
-H "Authorization: Bearer sk_live_…" \
-H "Content-Type: application/json"Response · 200 OK
{
"id": "mem_001",
"name": "Sarah Mitchell",
"role": "parent",
"status": "active",
"joined": "2024-03-12"
}Rate limit
1000 req / min
Versioning
URL · /v1
Region
EU-West (Dublin)