v1
latestOpenAPI 3.0.0Proprietary2026-07-17481525.1 KBBase API
This is an end point returning all models an application will want after logging in.
get/hello
Response
user response
Example response
{
"data": {
"user": {
"source": "worf",
"email": "max.mustermann@muster.com",
"display_name": "Max Mustermann",
"access_token": {
"scopes": [
"admin"
]
},
"roles": [
{
"roles": [
"admin"
],
"organization": {
"description": "this is just an example organization",
"name": "example org",
"source": "worf"
}
}
]
}
}
}