---
title: "Get Utility Credential"
method: GET
path: "/utility_credentials/{utility_credential_id}"
tags: ["Utility Credentials"]
---

# Get Utility Credential

`GET /utility_credentials/{utility_credential_id}`

Returns a single UtilityCredential specified by ID.

## Path parameters

- `utility_credential_id` integer, required

## Headers

- `Arcadia-Version` string, required

## Response `200`

Success

- UtilityCredential
  - `id` integer, required
  - `client_user_id` string, required
  - `utility_name` string, required — The list of supported Arcadia utilities can be found [here](https://arc.arcadia.com/coverage?first=25&page=1).
  - `utility_long_name` string, required — Provides greater detail than `utility_name`. The list of supported Arcadia utilities can be found [here](https://arc.arcadia.com/coverage?first=25&page=1).
  - `username` string, nullable, required
  - `verification_status` 'pending' | 'verified' | 'rejected' | 'error', required — The verification status of the Utility Credential. * `pending`: Credential verification is pending * `verified`: The credentials were found to be correct * `rejected`: The credentials were found to be incorrect * `error`: There was an error attempting to verify the credentials. This status _may_ be transient, as Arcadia will continue to retry verification in the background.
  - `accounts_load_in_progress` boolean, required — Indicates if Arcadia is in the process of verifying a utility credential or loading associated utility accounts. The combination of `verification_status: verified` and `account_load_in_progress: false` will indicate that utility accounts are available in the API. Alternatively, the `utility_accounts_discovered` webhook will alert you when utility accounts are available in the API.
  - `verification_updated_at` string, date-time, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `sandboxed` boolean, required
  - `uses_test_scenario` boolean, required — Indicates if the utility credential was created using a designated test username and password.

---

[API](https://skmtc.dev/arcadia/apis/arcadia-api-reference.md) · [All operations](https://skmtc.dev/arcadia/apis/arcadia-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadia/arcadia-api-reference/revisions/468f1c903722/schema)
