---
title: "Get a billing account"
method: GET
path: "/ads-management/v1/billing-accounts/{id}"
tags: ["Advertising"]
---

# Get a billing account

`GET /ads-management/v1/billing-accounts/{id}`

Returns a single billing account owned by the authenticated user. Returns 404 if the account does not exist or is not owned by the caller.

## Path parameters

- `id` string, required

## Response `200`

OK

- InternalPublicV1BillingAccount
  - `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.

## Other responses

- `403` — Permission denied
- `404` — Billing account not found
- `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/756260310407/schema)
