Callsign Groups
Named groups for monitoring multiple callsigns at once
No groups yet.
Create one via the API:
curl -X POST http://vailrerbn.com/api/v1/groups \
-H "Content-Type: application/json" \
-d '{"name":"my-group","callsigns":["W1AW","K1TTT"],
"creator_name":"Your Name","creator_email":"you@example.com"}'