Skip to content

List all group SSH certificates

GET
/api/v4/groups/{id}/ssh_certificates

Lists all SSH certificates for a specified group.

id
required
One of:
string

The ID or URL-encoded path of the group

page
integer
default: 1 nullable

Current page number

Example
1
per_page
integer
default: 20 nullable

Number of items per page

Example
20

OK

Media type application/json
object
id
integer format: int64
title
string
key
string
created_at
string format: date-time
Example
{
"id": 142,
"title": "new ssh cert",
"created_at": "2022-01-31T15:10:45.080Z"
}

Bad Request

Unauthorized

Forbidden

404 Not Found