GET
/
objects
/
{object_name}
/
records
curl --request GET \
  --url https://api.unifygtm.com/data/v1/objects/{object_name}/records \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "data": [
    {
      "object": "<string>",
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "attributes": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

object_name
string
required

Response

200
application/json

Response for a successful list operation.