Skip to main content
GET
Get Page Canonicalized Links

Authorizations

Authorization
string
header
required

Send your Reporting API token as Authorization: token {reporting_api_token} — the literal string token, a space, then the token itself. Find it in Conductor Monitoring under Account > Account tab > Integration Tokens.

Query Parameters

website_id
string
required

Required.

url
string<uri>
required

Required. Full absolute URL of the page.

per_page
integer

Optional. Pagination control. How many results to return per request, 1–1000. It counts result rows, not web pages on your site.

Required range: 1 <= x <= 1000
page_cursor
string

Optional. Pagination control. Cursor from next_page_cursor in the previous response. Faster and more reliable than page on large result sets, and it takes precedence over page — do not send both.

Response

Successful response.

next_page_cursor
string | null
total
integer