Target
The Target endpoint allows you to list all targets, get details about targets, and update details of specific targets.
Get a list of targets.
Query Parameters
Name
Type
Description
{
"list": [
{
"target": {
"target_name": "example",
"target_id": 1,
"target": "www.example.com"
}
}
]
}Get the details of a target.
Query Parameters
Name
Type
Description
Update details of a target.
Query Parameters
Name
Type
Description
Last updated