GET
/
v5
/
secrets-manager
/
credentials
/
name
/
{credential_name}
Get a credential details by name
curl --request GET \
  --url https://api.egp.scale.com/v5/secrets-manager/credentials/name/{credential_name} \
  --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

Path Parameters

credential_name
string
required

Response

200
application/json

Successful Response

The response is of type object.