Skip to main content
GET
/
v1
/
ssh-keys
List SSH keys
curl --request GET \
  --url https://api.chicklet.io/v1/ssh-keys \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "public_key": "<string>",
    "user_id": 123,
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication (e.g. "Bearer your-api-key")

Response

OK

id
integer
name
string
public_key
string
user_id
integer
created_at
string<date-time>