Nhost security API
Security-related operations including Personal Access Tokens, WebAuthn management, account elevation, and account linking
Nhost security API is one of 14 APIs that Nhost publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include security. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 7 operations across 7 paths, and defines 36 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.
Requests are made against a single base URL, https://{subdomain}.auth.{region}.nhost.run/v1.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Nhost security API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (BearerAuth).
It accepts HTTP bearer tokens (BearerAuthElevated).
BearerAuth— Bearer authentication with JWT access token. Used to authenticate requests to protected endpoints.BearerAuthElevated— Bearer authentication that requires elevated permissions. Used for sensitive operations that may require additional security measures such as recent authentica…
Paths & Operations 7
Across 7 paths, the API surfaces 7 operations — 7 POST. Each is listed below with its method, path, parameters, and response codes.
Security-related operations including Personal Access Tokens, WebAuthn management, account elevation, and account linking
Schemas 36
The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are User (14 properties), PublicKeyCredentialCreationOptions (11 properties), PublicKeyCredentialRequestOptions (7 properties), CredentialAssertionResponse (6 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Nhost 12
Other APIs Nhost publishes across the network.