cURL
curl --request GET \ --url https://api.unifygtm.com/data/v1/objects/{object_name}/attributes \ --header 'x-api-key: <api-key>'
{ "status": "success", "data": [ { "type": "ADDRESS", "api_name": "<string>", "display_name": "<string>", "description": "<string>", "is_required": true, "is_unique": true } ] }
Documentation IndexFetch the complete documentation index at: https://docs.unifygtm.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.unifygtm.com/llms.txt
Use this file to discover all available pages before exploring further.
Response for a successful list operation.
success
Definition of an attribute on a Unify object.
Show child attributes