Maif Otoroshi
Connector for the maif-otoroshi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://otoroshi-api.oto.tools - Auth:
basic(pass your key via theapiKeyinput)
Operations
allapikeys— GET /api/apikeys — Get all api keysfindallglobalauthmodules— GET /api/auths — Get all global auth. module configsfindglobalauthmodulebyid— GET /api/auths/{id} — Get one global auth. module configsallcerts— GET /api/certificates — Get all certificatesonecert— GET /api/certificates/{id} — Get one certificate by idfindallclientvalidators— GET /api/client-validators — Get all validation authoritiess
Inputs
apiKey— your maif-otoroshi 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: allapikeys
apiKey: <your key>