listAirtimeNetworks
Bearer token requiredAvailable airtime networks.
/_serverFn/listAirtimeNetworks| 401 | Unauthorized – missing or invalid bearer token. |
| 400 | Validation failed – input did not match the schema. |
| 429 | Rate limited – slow down and retry. |
| 500 | Server error – reported and logged with an error ID. |
curl -X GET https://centuryvtu.com/_serverFn/listAirtimeNetworks \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-GRuns against Production using your own signed-in session. No shared or secret credential is used.