cURL
curl --request POST \ --url https://api.anycheck.id/auth/register \ --header 'Content-Type: application/json' \ --data ' { "name": "John Doe", "email": "[email protected]", "password": "<string>", "phone": "+6281234567890" } '
{ "message": "Operation successful", "data": {} }
Create a new user account
"John Doe"
"[email protected]"
8
"+6281234567890"
User registered successfully
"Operation successful"
Was this page helpful?