V4 Marketing API
HomeAPI ReferenceChangelog
HomeAPI ReferenceChangelog
V4 Marketing
  1. Google Ads
  • Facebook Ads
    • Overview
    • Accounts
      GET
    • Campaigns
      GET
    • Ad Sets
      GET
    • Ads
      GET
    • Actions
      GET
    • Demographics
      GET
    • Platforms
      GET
    • Regions
      GET
    • Creatives
      GET
    • Ad Set Config
      GET
    • Campaigns Config
      GET
  • Google Ads
    • Overview
    • Accounts
      GET
    • Campaigns
      GET
    • Ad Groups
      GET
    • Ad Group Ads
      GET
    • Keywords
      GET
    • Conversions
      GET
    • Age Range
      GET
    • Gender
      GET
    • Geographic
      GET
    • Conversion Segmented Campaigns
      GET
    • Conversion Segmented Ad Groups
      GET
    • Conversion Segmented Ad Group Ads
      GET
    • Campaigns Criterion
      GET
    • Ad Group Criterion
      GET
  1. Google Ads

Accounts

GET
https://api.data.v4.marketing/v1/google-ads/accounts
Retrieve Google Ads account information and budget details

Requisição

Parâmetros de Consulta

Parâmetros Header

Respostas

🟢200Correto
application/json
Successful response
Body

🟠400Solicitação incorreta
🔴500Erro interno do servidor
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.data.v4.marketing/v1/google-ads/accounts?workspaceId=workspace_123&organizationId&userId&createdStart=2024-01-01T00:00:00Z&createdEnd=2024-12-31T23:59:59Z&page&limit&orderBy&orderDirection' \
--header 'Authorization: Bearer {token}'
Response Response Example
200 - Exemplo 1
{
    "data": [
        {
            "customer_resource_name": "string",
            "customer_id": "string",
            "customer_descriptive_name": "string",
            "customer_currency_code": "string",
            "customer_time_zone": "string",
            "customer_status": "string",
            "account_budget_resource_name": "string",
            "account_budget_status": "string",
            "account_budget_proposed_end_time_type": "string",
            "account_budget_approved_end_time_type": "string",
            "account_budget_id": "string",
            "account_budget_billing_setup": "string",
            "account_budget_name": "string",
            "account_budget_proposed_start_date_time": "2019-08-24T14:15:22Z",
            "account_budget_approved_start_date_time": "2019-08-24T14:15:22Z",
            "account_budget_proposed_spending_limit": 0,
            "account_budget_approved_spending_limit": 0,
            "account_budget_adjusted_spending_limit": 0,
            "workspace_id": "string",
            "organization_id": "string",
            "user_id": "string",
            "document_id": "string",
            "inserted_at": "2019-08-24T14:15:22Z"
        }
    ],
    "meta": {
        "page": 0,
        "limit": 0,
        "total": 0,
        "totalPages": 0,
        "hasNextPage": true,
        "hasPreviousPage": true
    }
}
Modificado em 2025-10-30 14:22:04
Página anterior
Overview
Próxima página
Campaigns
Built with