Juno
API reference

Check your API key

whoami

Verify the private-beta API key Juno issued and see what it can do: its organisation, API data environment, and scopes. The key environment is separate from a study's Test mode or Live mode. Any valid key may call this; no specific scope is required.

Input

object
tools/call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "whoami",
    "arguments": {}
  }
}