Site Filtering

This API call returns a stream of line-delimited JSON where each line of output is a single JSON object representing one site. The site object contains the site ID, its title, IsDeleted, the Pub Account ID, and the URL. By default, the endpoint returns all non-deleted sites saved in an account.

Query Params
string

Filters the stream of sites based on the Title. This is a simple match - if the string provided in the query parameter is present anywhere in a site's Title, that site will be returned in the results. Example: ?titleLike=adzerk

string

Filters the stream of sites based on the Url. This is a simple match - if the string provided in the query parameter is present anywhere in a site's Url, that site will be returned in the results. Example: ?urlLike=adzerk.com

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json