One-Time Secret (OTS) API

A One-Time Secret service run by University of Waikato IT Services on its own host, for sharing a secret that can be retrieved exactly once. The published API page enumerates a complete endpoint set on the institution's base URI https://otis.its.waikato.ac.nz/api — GET /v1/status, POST /v1/share, POST /v1/generate, POST /v1/secret/{key}, POST /v1/private/{metadata_key}, POST /v1/private/{metadata_key}/burn and GET /v1/private/recent — all JSON over HTTPS under HTTP Basic with a Stella account username and an API token. Verified live 2026-09-01, HTTP 200; the page marks itself "BETA API - updated 2017-04-27". The software is the open-source One-Time Secret application, so the API shape originates with that project rather than with the university; no OpenAPI is generated under this institution for it. The deployment, the host and the institutional credential are Waikato's.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/ots"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: university-of-waikato:ots
name: One-Time Secret (OTS) API
x-operator: institution
description: A One-Time Secret service run by University of Waikato IT Services on its own host, for sharing
  a secret that can be retrieved exactly once. The published API page enumerates a complete endpoint set
  on the institution's base URI https://otis.its.waikato.ac.nz/api — GET /v1/status, POST /v1/share, POST
  /v1/generate, POST /v1/secret/{key}, POST /v1/private/{metadata_key}, POST /v1/private/{metadata_key}/burn
  and GET /v1/private/recent — all JSON over HTTPS under HTTP Basic with a Stella account username and
  an API token. Verified live 2026-09-01, HTTP 200; the page marks itself "BETA API - updated 2017-04-27".
  The software is the open-source One-Time Secret application, so the API shape originates with that project
  rather than with the university; no OpenAPI is generated under this institution for it. The deployment,
  the host and the institutional credential are Waikato's.
humanURL: https://otis.its.waikato.ac.nz/docs/api
baseURL: https://otis.its.waikato.ac.nz/api
tags:
- Security
- Secrets
- IT Services
- Utility
properties:
- type: Documentation
  url: https://otis.its.waikato.ac.nz/docs/api
- type: Authentication
  url: authentication/university-of-waikato-authentication.yml