Skip to main content
POST
/
advertisers
/
{advertiserId}
/
data-delivery-credentials
/
{name}
/
validate
Revalidate data delivery credential
curl --request POST \
  --url https://api.interchange.io/api/v2/buyer/advertisers/{advertiserId}/data-delivery-credentials/{name}/validate \
  --header 'Authorization: Bearer <token>'
{
  "credential": {
    "credentialId": "<string>",
    "name": "<string>",
    "destinationType": "GCS",
    "config": {
      "type": "GCS",
      "bucket": "<string>"
    },
    "status": "PENDING",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "statusError": "<string>",
    "validatedAt": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.interchange.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

advertiserId
string
required

Advertiser ID (numeric, as a string).

Minimum string length: 1
name
string
required

Credential name (unique per advertiser).

Minimum string length: 1

Response

Revalidate data delivery credential

Updated credential after re-running the destination Probe.

credential
object
required

Resolved Data Delivery Credential as returned by the API.