Account

Profile

A single read-only endpoint that returns the calling user's identity. Useful for verifying which account a Personal Access Token belongs to and pulling the underlying consumer ID for cross-referencing with other systems.

Retrieve profile#

GET/api/profile

Returns the caller's email, display name (when known), and the linked consumer record metadata.

curl https://app.aironclaw.com/api/profile \
  -H "Authorization: Bearer $AIFW_PAT"