Skip to main content
POST
/
auth
/
register
/
Register
curl --request POST \
  --url https://earthcare.network/api/v1/auth/register/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>",
  "name": "<string>",
  "invite_token": "<string>"
}
'

Body

application/json
email
string<email>
required
password
string<password>
required
name
string
invite_token
string

Response

201

Created