NXONDECK
API Docs
v1.0.0
api.nxondeck.com
🔍
🎛
NXONDECK API
Select an endpoint from the left panel to view its documentation, schemas, and try it live.
Authentication
JWT Bearer Token
🔒 Bearer JWT
All protected endpoints require an
Authorization
header with a valid JWT issued by
POST /api/auth/login
.
Authorization: Bearer <token>
Access tokens expire in
1 hour
.
Refresh tokens expire in
30 days
.
Use
POST /api/auth/refresh
to get a new token.
Servers
api.nxondeck.com
Production
staging.nxondeck.com
Staging
localhost:4000
Local Development
Rate Limits
Schemas