Nhost user API
User profile and account management operations including email/password changes, MFA configuration, and profile updates
Nhost user API is one of 14 APIs that Nhost publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include user. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 6 operations across 6 paths, and defines 9 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 user 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 6
Across 6 paths, the API surfaces 6 operations — 2 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.
User profile and account management operations including email/password changes, MFA configuration, and profile updates
Schemas 9
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are User (14 properties), ErrorResponse (3 properties), UserPasswordRequest (2 properties), TotpGenerateResponse (2 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.