Search
K
Normal Simple API

General

General information endpoints

Health Check

Returns API status

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

Response

200 application/json

Returns message API is running

messagestring

Example:API is running

get/normal
 
200 application/json

Welcome Message

Returns welcome message

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

Response

200 application/json

Returns welcome message

messagestring

Example:Welcome No Name Security!

get/normal/home
 
200 application/json

Users

User management endpoints

Get All Users

Retrieves all users with their complete information including passwords, SSN, credit cards and API keys

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

Response

200 application/json

List of all users with sensitive data exposed

total_usersinteger

Example:4

usersobject
get/normal/users
 
200 application/json