Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

User Endpoints

Pranav Ramesh edited this page Feb 14, 2022 · 3 revisions

GET api.ctfguide.com/users/register?uid=${uid} Creates an entry in our database for a given Firebase UID.

GET api.ctfguide.com/users/data?uid=${uid} Fetches data about the user stored in our database.

This does not return the data that we store on Firebase.

GET api.ctfguide.com/users/createvm?uid=${uid} Creates an account for the CTFGuide Terminal.

Clone this wiki locally