cURL
curl --request POST \ --url https://backyard.posthoot.com/api/v1/auth/register \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "first_name": "<string>", "last_name": "<string>", "password": "<string>" }'
{}
Register a new user with email, password and name details
8
User registered successfully
Was this page helpful?