Skip to main content
POST
/
api
/
user
/
register
Register Client
curl --request POST \
  --url https://id.lunarmc.ai/api/user/register/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>",
  "company": "<string>",
  "web_url": "<string>"
}
'

Body

application/json
email
string<email>
password
string
company
string
web_url
string

Response

201

Client registered