Skip to main content
GET
List Targets

Authorizations

Authorization
string
header
required

Signalbase API key. Include as a Bearer token in the Authorization header.

Path Parameters

id
string
required

The monitor ID.

Query Parameters

status
enum<string>

Only return targets in this state. resolved = matched to a company, signals are flowing. pending = not matched yet; being researched automatically. resolved = matched to a company in the Signalbase database; its signals are delivered. pending = not matched yet; it is researched automatically and re-checked nightly, and delivers nothing until it resolves.

Available options:
resolved,
pending
limit
integer
default:100

Page size.

Required range: 1 <= x <= 200
offset
integer
default:0

Number of targets to skip.

Required range: x >= 0

Response

A page of targets.

success
boolean
required
data
object[]
required
pagination
object
required
meta
object
required