---
title: "List billing accounts"
method: GET
path: "/ads-management/v1/billing-accounts"
tags: ["Advertising"]
---

# List billing accounts

`GET /ads-management/v1/billing-accounts`

Lists the billing accounts owned by the authenticated user. Each account includes its type, status, time zone, and create/update timestamps. Results are paginated with a cursor (pageToken).

## Query parameters

- `maxPageSize` integer
- `pageToken` string

## Response `200`

OK

- InternalPublicV1ListBillingAccountsResponse
  - `billingAccounts` InternalPublicV1BillingAccount[] — The page of billing accounts.
    - `createTime` string — The time the account was created, as an RFC 3339 UTC timestamp.
    - `displayName` string — The human-readable name of the account.
    - `id` string — The unique identifier of the billing account. Use it as the {id} path parameter.
    - `organizationId` string — The identifier of the organization that owns the account.
    - `status` 'ACTIVE' | 'DISABLED' | 'ARCHIVED' — The current state of the account. Can be `ACTIVE`, `DISABLED`, or `ARCHIVED`.
    - `timeZone` string — The IANA time zone the account's reporting dates and budget schedules are interpreted in. Example: `America/Los_Angeles`.
    - `type` 'SELF_SERVICE' | 'MANAGED' | 'INTERNAL' — The account category. External advertisers are always SELF_SERVICE; MANAGED and INTERNAL are Roblox-operated accounts. Can be `SELF_SERVICE`, `MANAGED`, or `INTERNAL`.
    - `updateTime` string — The time the account was last updated, as an RFC 3339 UTC timestamp.
  - `nextPageToken` string — The cursor for the next page. Pass it as pageToken to fetch the next page. Absent on the last page.

## Other responses

- `400` — Invalid maxPageSize or pageToken
- `403` — Permission denied
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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