Skip to main content
POST
/
rest
/
beta
/
validate
Validate beta code
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>"
}

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE

Body

application/json
betaCode
string
required

The beta access code to validate

Response

Beta code validation result

valid
boolean
message
string