Skip to main content
GET
Historical backlink profile trend

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required

Query Parameters

start_date
string<date> | null

Start of date range (YYYY-MM-DD). Defaults to 90 days ago.

end_date
string<date> | null

End of date range (YYYY-MM-DD). Defaults to today.

domain
string | null

Specific domain to query (defaults to the project's own domain). Pass a competitor domain to view competitor history.

Response

Successful Response

success
boolean
default:true
data
BacklinkHistoryPoint · object[] | null