cURL
curl --request GET \ --url https://api.truthlocks.com/v1/issuers/{id}/events \ --header 'X-API-Key: <api-key>'
{ "events": [ { "id": "evt_a1b2c3d4", "type": "ISSUER_TRUSTED", "actor": "user:admin@example.com", "timestamp": "2026-02-18T19:00:00Z", "details": { "previous_status": "pending", "new_status": "trusted" } }, { "id": "evt_e5f6g7h8", "type": "KEY_REGISTERED", "actor": "api_key:tl_live_***", "timestamp": "2026-02-18T18:30:00Z", "details": { "kid": "ed-key-1", "alg": "Ed25519" } } ], "total": 2, "limit": 50, "offset": 0 }
Returns the event history for a specific issuer.
API key for machine-to-machine authentication
Event list
Show child attributes