---
title: "Search provider accounts"
method: GET
path: "/v1/ProviderAccounts"
tags: ["ProviderAccounts"]
---

# Search provider accounts

`GET /v1/ProviderAccounts`

Search for one or more provider accounts.

## Query parameters

- `search.provider_account_id` integer[]
- `search.provider_id` integer[]
- `search.description` string[]
- `search.bill_profile_id` integer[]
- `search.state_province` string[]
- `search.gravity_profile_id` integer[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsProviderAccount
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsProviderAccount[] — List of records returned.
    - `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

- `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)
