protolabs42

identity/whoami

Get the current authenticated identity's information.

POST
/rpc#identity.whoami

Get the current authenticated identity's information.

Authorization

bearerAuth
AuthorizationBearer <token>

API key obtained via invite redemption or SIWE login

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://chorus.runclaw.run/rpc#identity.whoami" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "name": "string",
  "type": "human",
  "capabilities": [
    "string"
  ],
  "wallet_address": "string",
  "agent_8004_id": "string",
  "is_admin": true
}