---
title: "View provider account"
method: GET
path: "/v1/ProviderAccounts/{id}"
tags: ["ProviderAccounts"]
---

# View provider account

`GET /v1/ProviderAccounts/{id}`

Find a single provider account by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsProviderAccount
  - `ok` boolean
  - `provider_account_id` integer — Primary identifier for this provider account.
  - `provider_id` integer, required — Foreign identifier indicating which provider this account belongs to.
  - `description` string — Short description of this provider account.
  - `bill_profile_id` integer — Foreign identifier indicating the default bill profile.
  - `state_provinces` string[] — Restricts this provider account to a list of states and/or provinces (2-Character abbreviation).
  - `gravity_profile_id` integer — Foreign identifier indicating the gravity profile to use for electronic provisioning.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
