Keypairs
Whether the request succeeded.
trueHuman-readable description of the result.
Getting user keypairs successfulkeypairs object[]
An array of keypairs objects, containing details on your existing SSH key pairs.
Unique numeric identifier for the SSH key pair.
4501Name of the SSH key pair.
example-keypairenvironment object
Environment the SSH key pair belongs to.
Unique numeric identifier for the environment.
6190Name of the environment.
example-environmentRegion the environment is in: CANADA-1, NORWAY-1, or US-1.
ISO 8601 UTC timestamp marking when the environment was created.
features object
Feature flags enabled in the environment.
Whether high-speed networking is enabled for the environment.
falseIndicator of how much of the region's capacity is running on green energy.
GREENOpenSSH-format public key.
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOu6TJudyoheKvyDdnr8HYCBNjJVT79bq9EGuDHdR3e3 [email protected]MD5 or SHA256 fingerprint of the public key.
ff:00:4b:02:8e:43:b6:75:03:7c:52:52:df:82:9d:58ISO 8601 UTC timestamp marking when the SSH key pair was created.
2026-05-07T11:47:30Z1-indexed page number of the current result set.
Number of items per page in the current result set.
Number of items returned in the current page.
6{
"status": true,
"message": "Getting user keypairs successful",
"keypairs": [
{
"id": 4501,
"name": "example-keypair",
"environment": {
"id": 6190,
"name": "example-environment",
"region": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"features": {
"network_optimised": false,
"green_status": "GREEN"
}
},
"public_key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOu6TJudyoheKvyDdnr8HYCBNjJVT79bq9EGuDHdR3e3 [email protected]",
"fingerprint": "ff:00:4b:02:8e:43:b6:75:03:7c:52:52:df:82:9d:58",
"created_at": "2026-05-07T11:47:30Z"
}
],
"page": 0,
"page_size": 0,
"count": 6
}