cURL
curl --request GET \ --url https://api.unifygtm.com/data/v1/objects/{object_name}/records/{record_id} \ --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": {} } }
Retrieve a specific record by ID.
Get a company record
GET /objects/company/records/de885595-2d9a-4fb9-ae30-25ef18b6219b
Get a custom record
GET /objects/product_user/records/6741cc39-b332-45a8-a439-75b69db998b1
Response for a successful get operation.
success
Show child attributes