GET
/
v1
/
fields
/
hosts
/
{category}
curl --request GET \
  --url https://api.odin.io/v1/fields/hosts/{category}
{
  "data": [
    {
      "category": "<string>",
      "display_category": "<string>",
      "is_locked": true,
      "name": "<string>"
    }
  ]
}

Path Parameters

category
string
required

get the category

Response

200
application/json
OK
data
object[]