sayintel
Endpoint

Whoami

GET/api/public/v1/whoamiread

Return the SayIntel user id and granted scopes for this MCP token.

Request

curl "https://sayintel.com/api/public/v1/whoami" \
  -H "Authorization: Bearer $SAYINTEL_TOKEN"

Try it out

Try it outGET/api/public/v1/whoamiread

Sent as a bearer token to this site only, and kept in this tab's session storage. It is never written to disk or sent anywhere else.

Paste an API key to run.

Response

{
  "ok": true,
  "tool": "whoami",
  "kind": "read",
  "data": { ... },
  "error": null
}

Notes