cURL
curl --request POST \ --url https://mcp.arlohealth.ai/rest/beta/validate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "betaCode": "<string>" } '
{ "valid": true, "message": "<string>" }
Validate a beta access code for Arlo Health.
During Private Beta: New users must validate a beta code before completing onboarding. Contact +1 (647) 494-0944 or keaton@arlohealth.ai for beta access.
OAuth 2.1 with PKCE
The beta access code to validate
Beta code validation result