Skip to main content
GET
/
advertisers
/
{advertiserId}
/
measurement-sources
/
{sourceId}
Get measurement source
curl --request GET \
  --url https://api.interchange.io/api/v2/buyer/advertisers/{advertiserId}/measurement-sources/{sourceId} \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>",
    "details": {}
  }
}

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

Unique identifier for the advertiser

Minimum string length: 1
Example:

"12345"

sourceId
string
required

Response

Get measurement source