GET
/
objects
/
{object_name}
/
attributes
/
{attribute_name}
/
options
curl --request GET \
  --url https://api.unifygtm.com/data/v1/objects/{object_name}/attributes/{attribute_name}/options \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "data": [
    {
      "api_name": "<string>",
      "display_name": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

object_name
string
required
attribute_name
string
required

Response

200
application/json

Response for a successful list operation.