---
title: "Partner Account"
method: GET
path: "/v1/report/account"
tags: ["Reporting"]
---

# Partner Account

`GET /v1/report/account`

List the accounts you've referred to Steadily, newest first.

An account represents the long-term profile for a policyholder. Each account may have many contacts and policies.
Results are paginated; follow next_url for the next page.

## Query parameters

- `limit` integer
- `starting_after_id` string, nullable
- `order_by` '-created_timestamp' | 'created_timestamp' | '-updated_timestamp' | 'updated_timestamp'
- `created_after` string, date-time, nullable
- `created_before` string, date-time, nullable
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable

## Response `200`

Successful Response

- AccountListPage
  - `accounts` Account[], required
    - `account_id` string, required
    - `account_name` string
    - `external_record_id` string
    - `created_at_timestamp` string, date-time, required
    - `updated_at_timestamp` string, date-time, required
    - `referral_code` string
    - `contacts` RalphieModelsReportContact[], required
      - `first_name` string
      - `last_name` string
      - `suffix` string — Name suffix such as Jr or II
      - `date_of_birth` string, date
      - `phone_number` string
      - `email` string, email
      - `mailing_address` RalphieModelsReportAddress
        - `address_1` string
        - `city` string
        - `state` string
        - `zip` string
      - `self_reported_claims` OptionalSelfReportedClaims[]
        - `date_of_loss` string, date — Approximate date of the loss
        - `loss_reason` 'weather' | 'fire' | 'water_appliance' | 'water' | 'theft' | 'earthquake' | 'liability' | 'medical' | 'other' — An enumeration.
        - `loss_amount_dollars` integer
        - `caused_by_catastrophe` 'yes' | 'no' — An enumeration.
    - `agent` Agent
      - `email` string
    - `contacted_status` 'successful_contact' | 'pending_contact' — An enumeration.
  - `limit` integer, required
  - `next_url` string

## Other responses

- `422` — Validation Error

---

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