Skip to content

SignUp Request

C: :P :P edited this page May 15, 2021 · 2 revisions

send a POST request to the link [WebsiteURL]/mobile/api/json/signup containing the following content as JSON :

{
   "Username": "[Username]",
   "Password": "[Password]",
   "Email": "[Email]",
   "Address": "[Address]",
   "Description": "[Description]"
}

you will recive an error code see Errors

Clone this wiki locally