Ory Api Openapi
Connector for the ory-api-openapi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://demo.tenants.oryapis.com/api/kratos/public - Auth:
header:X-Session-Token(pass your key via theapiKeyinput)
Operations
isalive— GET /health/alive — Check HTTP Server Statusisready— GET /health/ready — Check HTTP Server and Database Statuslistidentities— GET /identities — List Identitiesgetidentity— GET /identities/{id} — Get an Identityprometheus— GET /metrics/prometheus — Get snapshot metrics from the Kratos service. If you're using k8s, you can then add annotations to your deployment like so:getschema— GET /schemas/{id} — Get a Traits Schema Definition
Inputs
apiKey— your ory-api-openapi 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: isalive
apiKey: <your key>