v4

latestSwagger 2.02026-08-0343714211.7 MB
sftp_host_keys
SFTP Host Keys

List SFTP Host Keys

List SFTP Host Keys

get/sftp_host_keys

Query parameters

cursorstring

Used for pagination. When a list request has more records available, cursors are provided in the response headers X-Files-Cursor-Next and X-Files-Cursor-Prev. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.

per_pageinteger

Number of records to show per page. (Max: 10000, 1,000 or less is recommended).

Response

A list of SftpHostKeys objects.

idinteger

SFTP Host Key ID

namestring

The friendly name of this SFTP Host Key.

fingerprint_md5string

MD5 Fingerprint of the public key

fingerprint_sha256string

SHA256 Fingerprint of the public key

Example response

[
  {
    "id": 1,
    "name": "My Key",
    "fingerprint_md5": "12:7e:f8:61:78:a4:b2:c2:ee:12:51:92:25:a7:42:cc",
    "fingerprint_sha256": "SHA256:5ANRkDpXWA+PgOquzZAG9RtQ1Bt8KXYAH2hecr7LQk8"
  }
]