LeaderOS API
  • 👋Getting Started
    • Introduction
    • Authentication
  • 🔐Auth
    • Login
    • Register
    • Sessions
  • 🧑‍🦱Users
    • Profiles
    • Roles
    • Tickets
    • Orders
  • 🛍️Store
    • Listing
    • Products
    • Categories
    • Buy
    • Donations
  • 🍏Bazaar
    • Player Storages
    • Servers
  • 🚨Support
    • Tickets
    • Messages
    • Categories
    • Quick Answers
  • 🪙Credits
    • Show Credits
    • Add Credits
    • Remove Credits
    • Send Credits
    • Set Credits
  • 👍Vote
    • Vote Links
  • 🎮Discord
    • Users
    • Settings
    • Roles
Powered by GitBook
On this page
  1. Auth

Register

POST https://yourwebsite.com/api/auth/register

Request Body

Name
Type
Description

username*

string

password*

string

email*

string

ip*

string

{
    "token": "202cb962ac59075b964b07152d234b70"
}
{
    "message": "Incorrect username or password!"
}
PreviousLoginNextSessions

Last updated 3 months ago

🔐