API v1

ClubArena API

RESTful JSON API over HTTPS. Authentication via signed session tokens. Base URL: https://api.clubarena.app

GET/v1/members
Bearer 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)