Skip to main content
GET
List backlinks

Authorizations

Authorization
string
header
required

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

Query Parameters

offset
number
default:0
Required range: x >= 0
limit
number
default:20
Required range: 1 <= x <= 100
domainFrom
string

Filter by domain_from substring

sortBy
enum<string>
default:domainFromRank
Available options:
domainFromRank,
firstSeen,
backlinkSpamScore
sortOrder
enum<string>
default:desc
Available options:
asc,
desc
competitorId
string

Filter by competitor ID (UUID). Only applies when type is "competitors".

type
enum<string>
default:competitors

competitors: unprocessed competitor backlinks (default) | mine: own backlinks only | processed: processed backlinks | archived: archived backlinks

Available options:
competitors,
mine,
processed,
archived

Response

200 - application/json
data
object