Documentation
¶
Overview ¶
Ory Kratos
Welcome to the Ory Kratos HTTP API documentation!
Schemes: http, https
Host:
BasePath: /
Version: latest
Consumes:
- application/json
- application/x-www-form-urlencoded
Produces:
- application/json
SecurityDefinitions:
oryAccessToken:
type: apiKey
name: Authorization
in: header
Extensions:
---
x-request-id: string
x-forwarded-proto: string
---
swagger:meta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorGeneric ¶
type ErrorGeneric struct {
// Contains error details
//
// required: true
Error GenericError `json:"error"`
}
JSON API Error Response
The standard Ory JSON API error format.
swagger:model errorGeneric
Click to show internal directories.
Click to hide internal directories.