00c653316d35

latestOpenAPI 3.0.32026-08-13154321638.4 KB
Harbors

List Harbor Keys

Lists active masked credentials for a Harbor.

Each item contains a masked key_hint. Polytomic never returns a credential plaintext after creation.

get/api/harbors/{harbor_id}/keys

Path parameters

harbor_idstring uuid required

Unique identifier of the Harbor.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the Harbor.

Query parameters

limitinteger

Maximum number of active credentials to return. Defaults to 50 and cannot exceed 50.

Example:50

Maximum number of active credentials to return. Defaults to 50 and cannot exceed 50.

page_tokenstring

Opaque pagination cursor returned by the previous request.

Opaque pagination cursor returned by the previous request.

Headers

X-Polytomic-Versionstring

Response

OK

Example response

{
  "data": [
    {
      "id": "248df4b7-aa70-47b8-a036-33ac447e668d",
      "mode": "profile"
    }
  ],
  "pagination": {
    "next_page_token": "AmkYh8v0jR5B3kls2Qcc9y8MjrPmvR4CvaK7H0F4rEwqvg76K=="
  }
}