User IDs
Fetching the IDs of a user through our API
GENERAL ENDPOINT
Returns various ids from the username
GET
https://kitkot.xyz/api/get_user_ids
Returns sec_user_id
user_id
from the username/unique_id, will also return room_id
if the user is currently live.
Query Parameters
Name
Type
Description
api_key*
String
The api_key
you got when purchasing our service
id*
String
The unique_id/username
of the user
Last updated