List all group SSH certificates
GET
/api/v4/groups/{id}/ssh_certificates
Lists all SSH certificates for a specified group.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/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