Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{tenant}.getomneo.com/api/v3/targets
{ "data": [ { "id": 123, "url": "<string>", "name": "<string>", "handle": "<string>", "template": "<string>", "description": "<string>", "notes": "<string>", "condition": [ "<unknown>" ], "created_at": "<string>", "updated_at": "<string>" } ] }
A GET to the /targets endpoint allows your application to retrieve all a tenants Targets.
GET
/targets
Array of Target
Target
Show child attributes