Skip to main content
GET
/
advertisers
/
{advertiserId}
/
catalogs
List catalogs
curl --request GET \
  --url https://api.interchange.io/api/v2/buyer/advertisers/{advertiserId}/catalogs \
  --header 'Authorization: Bearer <token>'
{
  "catalogs": [
    {
      "catalogId": "<string>",
      "platformId": "<string>",
      "type": "offering",
      "name": "<string>",
      "url": "<string>",
      "feedFormat": "google_merchant_center",
      "updateFrequency": "realtime",
      "itemCount": 4503599627370495,
      "lastSyncedAt": "2023-11-07T05:31:56Z",
      "advertiserId": "<string>"
    }
  ],
  "total": 4503599627370495
}

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"

Query Parameters

type
enum<string>
Available options:
offering,
product,
inventory,
store,
promotion,
hotel,
flight,
job,
vehicle,
real_estate,
education,
destination
take
integer
default:50

Number of results to return (max 250)

Required range: x <= 250
Example:

50

skip
integer
default:0

Number of results to skip for pagination

Required range: 0 <= x <= 9007199254740991
Example:

0

Response

List catalogs

catalogs
object[]
required
total
integer
required
Required range: 0 <= x <= 9007199254740991