Skip to content
WP Engine |Hosting Platform API

Get your SSH keys

GET
/ssh_keys

Description

Use this to list the SSH keys that you’ve added to WP Engine.

limit
integer
default: 100 <= 100

(Optional) The number of records to return

offset
integer
0

(Optional) The first record of the result set to be retrieved

List of SSH keys

object
previous

Path to the previous page of results

string
Example
https://api.wpengineapi.com/v1/example-endpoint?limit=100&offset=0
next

Path to the next page of results

string
Example
https://api.wpengineapi.com/v1/example-endpoint?limit=100&offset=200
count

The total number of results

integer
Example
225
results
Array<object>
object
comment
string
Example
joe@gmail.com
created_at
string
Example
2019-09-01T15:59:24.277Z
fingerprint
string
Example
a1:b2:c3:d4:e5:46:a7:88:c9:40:d2:d7:9b:cd:42:05
uuid
string format: uuid
Example
e41fa98f-ea80-1f16-a7b7-d748bcc9e64d

Bad Request

object
message
required

A message regarding the error that occurred on the server

string
Example
Invalid Site: Name cannot be empty.
documentation_url

(Optional) A URL where documentation regarding this specific error can be found

string
errors

An array of error objects describing specific errors that arose when servicing the request

Array<object>
object
resource
required

The name of the resource that was being processed when the error occurred

string
Example
Site
field
required

(Optional) The specific field associated with the error

string
Example
name
type
required

(Optional) A type associated with the error. invalid_value, access_error, value_unavailable

string
Example
invalid_value
code
required

(Optional) A machine code relating to the error that occurred with the field and resource

string
Example
too_long
message
required

(Optional) A human-readable message relating to the error that occurred with the field and resource

string
Example
Name is too long (maximum is 40 characters)

Authentication Error

object
message
required

A message regarding the error that occurred on the server

string
Example
Bad Credentials
documentation_url

(Optional) A URL where documentation regarding this specific error can be found

string

Too many requests

Service unavailable