Skip to main content
GET
/
v0
/
tenant
/
tag-fields
List global Tag Fields
curl --request GET \
  --url https://api.sandbox.getasset.com/v0/tenant/tag-fields \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Successful Response

data
TagFieldPublic · object[]
required