cURL
curl --request GET \ --url https://api.odin.io/v1/fields/hosts/{category}
{ "data": [ { "category": "<string>", "display_category": "<string>", "is_locked": true, "name": "<string>" } ] }
Get the list of fields to query on host
get the category
OK
The response is of type object.
object
Was this page helpful?