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

Response

200
application/json

Successful Response

The response is of type object.