Skip to main content
GET
/
api
/
v1
/
google-ads
/
keywords
/
csv
Get Ads Keywords Csv
curl --request GET \
  --url http://localhost:8000/api/v1/google-ads/keywords/csv \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

customer_id
string
required
login_customer_id
integer | null
start_date
string
end_date
string
limit
integer
default:5000
negative
boolean
default:false
include_campaign_negatives
boolean
default:false
token_id
integer | null

Response

Successful Response