Skip to main content
GET
List Google Ads promotional credits

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose Google Ads campaigns to manage.

Query Parameters

include_settled
boolean
default:false

Response

The account's promotional credits.

id
string
required

ID of the credit.

Example:

"68b1c0d4e7b91d003c45a1f7"

code
string
required

Code the credit was granted under. Empty on a credit Base44 granted directly.

Example:

"WELCOME50"

credit_type
string
required

GOOGLE_PROMO for a Google Ads promotional credit, PLATFORM_CREDIT for one Base44 granted.

Example:

"GOOGLE_PROMO"

status
string
required

ACTIVE, USED, or EXPIRED.

Example:

"ACTIVE"

currency_code
string
required

Currency of the amounts, as an ISO 4217 code.

Example:

"EUR"

amount_micros
integer
required

Face value of the credit in micros, so 50000000 is 50.00.

Example:

50000000

used_micros
integer
required

How much of it has been spent, in micros.

Example:

12000000

spendable
boolean
required

true when the credit can still be spent. Rows returned only because you passed include_settled=true report false.

Example:

true

expires_at
string<date-time> | null

When the credit expires. null on a credit that does not expire.

Example:

"2026-12-31T23:59:59Z"