---
title: "Retrieve Sensitive Credentials"
method: GET
path: "/plug/credentials/{credentialId}/passwords"
tags: ["Credentials"]
---

# Retrieve Sensitive Credentials

`GET /plug/credentials/{credentialId}/passwords`

This endpoint allows you to retrieve the passwords for a given credential. You must be an admin user to use this endpoint.

This endpoint supports [Sandbox Mode](https://docs.arcadia.com/docs/sandbox-testing).

## Path parameters

- `credentialId` string, required

## Headers

- `Arcadia-Version` string, required

## Response `200`

OK

- CredentialSecretsResource
  - `id` string, required — A unique identifier for the entity.
  - `password` string, required — A sensitive input required to access the customer's utility data. This will not be returned in any GET calls for the request object.
  - `password2` string, required — Optional sensitive input required by some providers to access data. The provider object will denote which fields are required for each provider. Like password, this value will not be returned in any GET calls for the request object.
  - `password3` string, required — Optional sensitive input required by some providers to access data. The provider object will denote which fields are required for each provider. Like password, this value will not be returned in any GET calls for the request object.
  - `password4` string, required — Optional sensitive input required by some providers to access data. The provider object will denote which fields are required for each provider. Like password, this value will not be returned in any GET calls for the request object.
  - `username` string, required — A login input required to access the customer's utility data.
  - `username2` string, required — Optional parameters required by some providers to access data. The provider object will denote which fields are required for each provider.
  - `username3` string, required — Optional parameters required by some providers to access data. The provider object will denote which fields are required for each provider.
  - `username4` string, required — Optional parameters required by some providers to access data. The provider object will denote which fields are required for each provider.

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/versions/d00587742116/schema)
