curl --request POST \ --url https://api.example.com/api/v1/auth/verify-user
{ "success": true, "exists": true, "message": "User verified and exists in database"}
Authentication
Verify User Exists
Verify that a user exists in the database or create them if missing
POST
/
api
/
v1
/
auth
/
verify-user
Verify User Exists
curl --request POST \ --url https://api.example.com/api/v1/auth/verify-user
{ "success": true, "exists": true, "message": "User verified and exists in database"}
Verifies whether the authenticated user exists in the database. If the user is not found, this endpoint will initiate user creation in the Engine and Database Storage services.