Accounts & Ops
List account sitelinks
Lists directly attached Google assets. Fresh reads are cached for 10 minutes; exhausted quota may return the last successful read with stale=true. Inherited assets are not included.
PlatformsGoogle
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
accountId*string
Zernio Google Ads connection id.
Match
^[a-fA-F0-9]{24}$customerId?string
Google customer id without dashes. Required when the connection has multiple customers.
Match
^\d+$Response Body
application/json
application/json
application/json
application/json
{ "customerId": "string", "sitelinks": [ { "assetId": "string", "status": "string", "assetResourceName": "string", "customerAssetResourceName": "string", "text": "string", "linkUrl": "http://example.com", "description1": "string", "description2": "string" } ], "cachedAt": "2019-08-24T14:15:22Z", "stale": true}Was this page helpful?