SSH · Example Payload

Ssh List Keys Example

SSHSecure ShellRemote AccessCryptographyNetwork SecuritySystem Administration

Ssh List Keys Example is an example object payload from SSH, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

exampleoperationrequestresponse

Example Payload

Raw ↑
{
  "example": "List SSH Keys",
  "operation": "listKeys",
  "request": {
    "method": "GET",
    "url": "https://api.openssh.example.com/v1/keys?userId=user-123&keyType=ed25519",
    "headers": {
      "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
      "Content-Type": "application/json"
    }
  },
  "response": {
    "status": 200,
    "contentType": "application/json",
    "body": {
      "keys": [
        {
          "id": "key-abc123",
          "userId": "user-123",
          "keyType": "ed25519",
          "publicKey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBm3b1TcFkBRm3GxJlZbqcZCj9ej7l6TdZHUfp5R1234 jane@workstation",
          "fingerprint": "SHA256:HbKrAHtL9M3P2vX9zRqNmQKjVkWuCsOtEfHdYiJkLoM",
          "comment": "jane@workstation",
          "createdAt": "2026-03-01T10:00:00Z",
          "lastUsedAt": "2026-05-01T08:30:00Z"
        }
      ],
      "total": 1,
      "page": 1
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/ssh-list-keys-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.