Get Websites

List all indexed website pages for a domain with pagination.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

domainstringRequired

Query Parameters

pageintegerOptionalDefaults to 1
The page number for pagination
limitintegerOptionalDefaults to 100
The number of sources per page

Response

Successful Response
websiteslist of objects
List of indexed website pages for the domain
paginationobject
Pagination information for the website list

Errors