Search
K
Secure Simple API

General

General information endpoints

Health Check

Returns API status

get
https://kong.nonamesec.org/secure

Response

200 application/json

Returns message API is running

messagestring

Example:API is running

get/secure
 
200 application/json

Welcome Message

Returns welcome message

get
https://kong.nonamesec.org/secure/home

Response

200 application/json

Returns welcome message

messagestring

Example:Welcome No Name Security!

get/secure/home
 
200 application/json

Users

User management endpoints

Get All Users

Retrieves all users with their complete information including sensitive data

get
https://kong.nonamesec.org/secure/users

Response

200 application/json

List of all users

total_usersinteger

Example:4

usersobject
get/secure/users
 
200 application/json