{
"data": [
{
"type": "<string>",
"name": "<string>",
"id": "<string>",
"collected": true
}
]
}
Gets available domains along with their collection status
{
"data": [
{
"type": "<string>",
"name": "<string>",
"id": "<string>",
"collected": true
}
]
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
Sortable columns are objectid, name.
Filter results by column string value. Valid filter predicates are eq
, ~eq
, neq
.
Filter results by column string value. Valid filter predicates are eq
, ~eq
, neq
.
Filter results by column string value. Valid filter predicates are eq
, ~eq
, neq
.
OK
The response is of type object
.