N Auth
Connector for the n-auth API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nextauth.com - Auth:
header:X-apikey(pass your key via theapiKeyinput)
Operations
getapikeys— GET /apikeys/ — Get all API keys.getglobalattributes— GET /attributes/ — Get all global attributesgetservers— GET /servers/ — List all your serversgetserver— GET /servers/{serverid}/ — Configuration of a specific servergetallaccounts— GET /servers/{serverid}/accounts/ — Get all accountsgetaccount— GET /servers/{serverid}/accounts/{accountid}/ — Get specific account
Inputs
apiKey— your n-auth API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getapikeys
apiKey: <your key>