APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Userscreate Ssh Signing Key For Authenticated User Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Userscreate Ssh Signing Key For Authenticated User Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "users/create-ssh-signing-key-for-authenticated-user",
  "method": "POST",
  "path": "/user/ssh_signing_keys",
  "summary": "APIs.io Engineering Platform Create a SSH signing key for the authenticated user",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234",
        "title": "ssh-rsa AAAAB3NzaC1yc2EAAA"
      }
    }
  ],
  "responseExamples": []
}