API Keys

List the authenticated user's API keys

Returns the caller's key metadata. Secrets are never included.

get/users/me/api-keys

Response

The caller's API keys.

Example response

{
  "data": [
    {
      "scopes": [
        "rpc"
      ]
    }
  ]
}

Changes