Skip to content

Register New User

POST
/v1/users/register
curl --request POST \
--url https://example.com/api/v1/users/register \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "name": "example", "password": "example", "token": "example" }'

User Data

Media type application/json
object
email
string
name
string
password
string
token
string
Example generated
{
"email": "example",
"name": "example",
"password": "example",
"token": "example"
}

No Content

Local login is not enabled

Media type application/json
string
Example generated
example