Skip to content
FoxoChat
Search
K
Appearance
Menu
Return to top
Register
POST
/auth/register
Request Body
application/json
Schema
JSON
JSON
{
"username"
:
"string"
,
"email"
:
"string"
,
"password"
:
"string"
}
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"accessToken"
:
"string"
}
POST
/auth/register
Playground
Server
Select a server...
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python