API Reference
OIDC
Platform

Radius Clients

AdminUpdated Sep 11, 2026

Radius Clients

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

4 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/radius_clients

List the RADIUS NAS clients (name, NAS-Identifier, optional source-IP bind, enabled). The shared secret is never returned.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/radius_clients

Register a RADIUS NAS client with a write-only shared secret. The NAS-Identifier is unique across the deployment.

PATCH /v1/dashboard/accounts/:accountId/instances/:instanceId/radius_clients/:clientId

Update a NAS client. An omitted or empty shared_secret keeps the stored one.

DELETE /v1/dashboard/accounts/:accountId/instances/:instanceId/radius_clients/:clientId

Delete a RADIUS NAS client. That NAS can no longer authenticate against the listener.

Was this page helpful?