List SSH Keys
GET {{baseUrl}}/ssh-keys
List all SSH Keys in your account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
per_page | string | Number of items requested per page. Default is 100 and Max is 500. | |
cursor | string | Cursor for paging. See Meta and Pagination. |
RESPONSES
status: OK
{"ssh_keys":[{"id":"cb676a46-66fd-4dfb-b839-443f2e6c0b60","date_created":"2020-10-10T01:56:20+00:00","name":"Example SSH Key","ssh_key":"ssh-rsa AA... user@example.com"}],"meta":{"total":1,"links":{"next":"","prev":""}}}