Operation

GET /advertisers/{id}/similar_advertisers

Returns up to 16 advertisers similar to the requested advertiser (based on shared tags/signals and authorization scope).

Operation ID: listSimilarAdvertisers · Tags: Advertisers

Parameters

Name In Required Type Description
id path Yes string Advertiser ID or slug

Request Body

No request body is defined for this operation.

Responses

Content Types

  • application/json
{
  "description": "Similar advertisers list",
  "content": {
    "application/json": {
      "schema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AdvertiserListItem"
            }
          }
        },
        "required": [
          "data"
        ]
      }
    }
  }
}

{
  "$ref": "#/components/responses/Unauthorized"
}

{
  "$ref": "#/components/responses/NotFound"
}

API Playground

Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}. Sign in to enable live testing with your API key.

Action Method Endpoint Description
List similar advertisers GET /api/v1/advertisers/1/similar_advertisers OpenAPI operationId: listSimilarAdvertisers.
GET /api/v1/advertisers/1/similar_advertisers OpenAPI

List similar advertisers


    
Ask Dex AIIntegration help

If this page feels TLDR, ask Dex AI.

Dex AI speaks your language, and all the other languages you may not. It will write the integration for you with the right endpoint and headers in one plain-English answer.