Foundry is now Mithril 🚀
Read the announcement
LogoLogo
CtrlK
  • Getting Started
    • Welcome to Mithril
    • Account setup
  • Compute & Storage
    • Compute overview
    • Compute quickstart
    • Instance types & specifications
    • Reserving compute
    • Spot bids
      • Spot auction mechanics
    • Startup scripts
    • Access & manage instances
      • Statuses
    • Compute quotas
    • Managing open ports
    • Ephemeral storage
    • Persistent storage
      • File shares
      • Block storage
    • Hosted Kubernetes clusters
    • SSH keys
  • Compute API
    • API overview and quickstart
    • Compute API reference
      • API Keys
      • Profile
      • SSH Keys
      • Spot
      • Lifecycle scripts
      • Reservations
      • Volumes
      • Kubernetes clusters
      • Instances
      • Instance types
      • Projects
      • Image versions
  • Inference
    • Inference overview
    • Inference quickstart
    • Inference API overview
    • Inference API
      • Batch Inference
  • Account and Billing
    • Access management
    • Billing
  • Security & trust
    • Mithril's approach to security
    • Reporting security concerns
    • Legal
      • Terms of Service
      • Privacy Policy
      • Acceptable Use Policy
      • Data Processing Agreement
Powered by GitBook
On this page
Export as PDF
  1. Compute API
  2. Compute API reference

Profile

Get Me

get

Get the current user's profile

Authorizations
Responses
200
Successful Response
application/json
get
GET /v2/me HTTP/1.1
Host: api.mithril.ai
Authorization: Bearer fkey_<key>
Accept: */*
200

Successful Response

{
  "id": "text",
  "email": "[email protected]",
  "user_name": "text",
  "organization_id": "text",
  "organization_role": "text"
}
PreviousAPI KeysNextSSH Keys