---
title: "Get Customer Moov Account Info Developer"
method: GET
path: "/billing/developer/moov-account/{customer_id}"
tags: ["Billing", "billing"]
---

# Get Customer Moov Account Info Developer

`GET /billing/developer/moov-account/{customer_id}`

Get Moov account information for a customer (developer only).

Returns the legal name, billing address, and other company information
from the customer's Moov account.

## Path parameters

- `customer_id` string, uuid, required

## Response `200`

Successful Response

- MoovAccountInfoResponse — Response with Moov account information.
  - `account_id` string, uuid, required
  - `legal_name` string, required
  - `address` MoovAddress, required — Physical address for Moov account.
    - `address_line1` string, required
    - `address_line2` string, nullable
    - `city` string, required
    - `state_or_province` string, required
    - `postal_code` string, required
    - `country` string
  - `email` string, nullable
  - `phone` string, nullable
  - `account_type` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
