Authorization: Bearer ********************
x-api-key: ********************
curl --location --request GET '/v2/targets/?limited' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"hosts": "string",
"exclude_hosts": "string",
"comment": "string"
}
}