cURL
curl --request POST \ --url https://api.shelv.dev/v1/auth/register \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "name": "<string>", "password": "<string>" } '
{ "message": "<string>" }
Create a new Shelv account with email and password. Sends a verification code for new accounts, or an informational email if the address is already registered.
1
8
Email sent