v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Advertising

Get a billing account

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.

get/ads-management/v1/billing-accounts/{id}

Path parameters

idstring required

Billing account ID

Response

OK

createTimestring

The time the account was created, as an RFC 3339 UTC timestamp.

displayNamestring

The human-readable name of the account.

idstring

The unique identifier of the billing account. Use it as the {id} path parameter.

organizationIdstring

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.

timeZonestring

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.

updateTimestring

The time the account was last updated, as an RFC 3339 UTC timestamp.