# Accounts

Operations related to accounts

## List accounts

 - [GET /accounts](https://developers.propetware.com/apis/openapi-v1/accounts/listaccounts.md): Retrieve a list of accounts the current credentials have access to. It will return more than one account for multi-location API keys.

## Get account details

 - [GET /accounts/{accountId}](https://developers.propetware.com/apis/openapi-v1/accounts/getaccount.md): Retrieve details of a specific account

## List pending reason options

 - [GET /accounts/{accountId}/pendingReasonOptions](https://developers.propetware.com/apis/openapi-v1/accounts/listpendingreasonoptions.md): Retrieve all pending reason options for an account, optionally filtered by service type

