SEO passthrough (GET)
Generic GET passthrough to a DataForSEO sub-product endpoint. The SDK exposes this as client.seo.get(path) and the namespaced read accessors (e.g. reference catalogs, status, job/task reads, screenshots). Returns the documented DataForSEO result envelope (camelCased on the wire). Requires scope data:seo:read.
Authorizations
Voyant Data API token, scoped per sub-product (data:{product}:read). Sent as Authorization: Bearer <token>.
Path Parameters
DataForSEO sub-product path (e.g. serp/google/organic/searches, backlinks/summary, on-page/site-audits, dataforseo-labs/google/keyword-ideas, business-data/google/my-business-info). Slashes are allowed.
Response
Passthrough result
Provider passthrough record (camelCased on the wire). Kept open so provider-side field additions do not break clients.