latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
HumanitecPublicKeys

List all the public keys Humanitec shares with an organization.

get/orgs/{orgId}/humanitec-keys

Path parameters

orgIdstring required

The organization ID.

Query parameters

activeboolean

If set to true, the response includes only the active key, if set to false only non-active keys, otherwise both active and non-active keys.

Response

A possible empty list of public keys which Humanitec shares with an organization, sorted by the active value and descending by creation date.

pub_keystring required
activeboolean required
created_atstring date-time required

Example response

[
  {
    "created_at": "2020-06-22T09:37:23.523Z"
  }
]