INSERT, UPDATE, DELETE), prior value, new value, and change date. Useful for detecting entity status flips, address changes, renewal events, and ownership restructurings.x-api-key: ********************curl --location '/api/v1/gleif/audit/5493001KJTIIGC8Y1R12?page_size=50&page_number=1' \
--header 'x-api-key: <api-key>'{
"data": {
"lei": "string",
"modifications": [
{
"type": "string",
"id": "string",
"attributes": {
"lei": "string",
"recordType": "string",
"modificationType": "string",
"field": "string",
"date": "string",
"valueOld": "string",
"valueNew": "string",
"context": {
"property1": "string",
"property2": "string"
}
}
}
],
"pagination": {
"currentPage": 0,
"perPage": 0,
"from": 0,
"to": 0,
"total": 0,
"lastPage": 0
},
"publishDate": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}