Explore
JsonHub API
v0.8.7
OAS3
Servers
/
Authorize
definition
GET
/api
/definitions
Retrieves the collection of definition resources.
POST
/api
/definitions
Creates a definition resource.
GET
/api
/definitions
/{id}
Retrieves a definition resource.
DELETE
/api
/definitions
/{id}
Removes the definition resource.
PATCH
/api
/definitions
/{id}
Updates the definition resource.
entity
GET
/api
/entities
Retrieves the collection of entity resources.
POST
/api
/entities
Creates a entity resource.
GET
/api
/entities
/{id}
Retrieves a entity resource.
DELETE
/api
/entities
/{id}
Removes the entity resource.
PATCH
/api
/entities
/{id}
Updates the entity resource.
oauth2
POST
/api
/oauth2
/token
Retrieve an OAuth2 Token
user
POST
/api
/users
Creates a user resource.
POST
/api
/users
/resend-activation
Resend activation email
POST
/api
/users
/reset-password
Reset password (with token)
POST
/api
/users
/send-reset-password
Send reset password email
DELETE
/api
/users
/{id}
Removes the user resource.
PATCH
/api
/users
/{id}
Updates the user resource.
Schemas
definition-definition.read
definition-definition.write
definition-entity.read_entity.read.parent
definition.jsonld-definition.read
definition.jsonld-definition.write
definition.jsonld-entity.read_entity.read.parent
entity-definition.read
entity-entity.create
entity-entity.read_entity.read.parent
entity-entity.update
entity.jsonld-definition.read
entity.jsonld-entity.create
entity.jsonld-entity.read_entity.read.parent
oauth2-oauth2.read
oauth2-oauth2.write
oauth2.jsonld-oauth2.read
oauth2.jsonld-oauth2.write
user
user-user.create
user-user.empty
user-user.resend-activation
user-user.reset-password
user-user.send-reset-password
user-user.update
user.jsonld
user.jsonld-user.create
user.jsonld-user.empty
user.jsonld-user.resend-activation
user.jsonld-user.reset-password
user.jsonld-user.send-reset-password
Available formats:
jsonld
jsonopenapi
html
Other API docs:
ReDoc
GraphiQL