POST /api/v2/buyer/advertisers/{advertiserId}/data-delivery-credentials/{name}/validate
Re-runs the destination probe (GCS write+delete, warehouse SELECT 1) for a single credential and returns the updated record with a fresh status. Use this after fixing a buyer-side destination access issue — for example, re-granting GCS bucket IAM — without otherwise editing the credential.
Request
curl
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
advertiserId | string (path) | Yes | Advertiser ID (numeric, as a string) |
name | string (path) | Yes | Credential name (unique per advertiser) |
Response
status: "PENDING" — the probe runs asynchronously and updates the credential to VALIDATED (success) or FAILED. On failure, statusError carries a human-readable reason. destinationType is one of GCS, S3, AZURE_BLOB, SNOWFLAKE, DATABRICKS.
Errors
404 NOT_FOUND—advertiserIddoes not exist, or no credential matchesname.
Related
Advertiser tasks
All advertiser operations
Advertiser overview
Fields, lifecycle, and concepts
Update reporting bucket
Configure offline delivery