GET
/
v5
/
secrets-manager
/
credentials
List all credentials details for the current account
curl --request GET \
  --url https://api.egp.scale.com/v5/secrets-manager/credentials \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "created_by_user_id": "<string>",
    "created_by_identity_type": "<string>",
    "type": "<string>",
    "name": "<string>",
    "description": "<string>",
    "meta_data": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Response

200
application/json

Successful Response

The response is of type CredentialDetails · object[].