Skip to main content
GET
/
auth
/
me
Get authenticated integrator profile
curl --request GET \
  --url http://localhost:4000/v1/auth/me
{
  "success": true,
  "message": "<string>",
  "statusCode": 123,
  "timestamp": "<string>",
  "data": {
    "integrator": {
      "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
      "name": "AvaLabs",
      "email": "john@example.com",
      "organization_name": "Relayer Labs",
      "industry": "defi",
      "is_active": true,
      "role": "operator",
      "active_modules": [
        "exchange",
        "signing",
        "payout",
        "agents"
      ],
      "created_at": "2025-05-19T15:30:00.000Z",
      "updated_at": null
    },
    "organization": {
      "sub_organization_id": "sub-org-123"
    },
    "wallets": [
      {
        "wallet_id": "wallet-abc",
        "type": "master",
        "name": "Main Wallet",
        "accounts": [
          {
            "address": "0x1234567890abcdef1234567890abcdef12345678",
            "chain": "ethereum"
          }
        ]
      }
    ],
    "member": {
      "id": "23eb4cda-5d69-40d6-ae8c-2697aeb13763",
      "internal_role": "admin"
    }
  },
  "path": "<string>"
}

Response

success
boolean
required
message
string
required
statusCode
number
required
timestamp
string
required
data
object
path
string