Skip to main content
GET
/
api
/
v1
/
google-ads
/
assets
Get Assets
curl --request GET \
  --url http://localhost:8000/api/v1/google-ads/assets \
  --header 'Authorization: Bearer <token>'
[
  {
    "asset_id": "<string>",
    "asset_type": "<string>",
    "asset_name": "<string>",
    "asset_source": "<string>",
    "performance": "<string>",
    "text": "<string>",
    "image_url": "<string>",
    "dimension": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

customer_id
integer
required
login_customer_id
integer | null
asset_type
string | null
campaign_id
integer | null
performance_label
string | null
limit
integer
default:50
token_id
integer | null

Response

Successful Response

asset_id
string
required
asset_type
string
required
asset_name
string
required
asset_source
string
required
performance
string
required
text
string | null
image_url
string | null
dimension
string | null