curl --location --request GET '/v2/targets'
{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"hosts": "string",
"exclude_hosts": "string",
"comment": "string"
}
],
"meta": {
"pagination": {
"total_pages": 0,
"total_count": 0,
"per_page": 0,
"current_page": 0,
"current_page_results": 0
},
"filters": {}
}
}