APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Userscreate Gpg Key For Authenticated User Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Userscreate Gpg 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-gpg-key-for-authenticated-user",
  "method": "POST",
  "path": "/user/gpg_keys",
  "summary": "APIs.io Engineering Platform Create a GPG key for the authenticated user",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "Octocat's GPG Key",
        "armored_public_key": "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQINBFnZ2ZIBEADQ2Z7Z7\n-----END PGP PUBLIC KEY BLOCK-----"
      }
    }
  ],
  "responseExamples": []
}