Skip to main content
GET
/
v1
/
issuers
/
{id}
/
events
Issuer Event History
curl --request GET \
  --url https://api.truthlocks.com/v1/issuers/{id}/events \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "event_type": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "details": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns a timeline of all lifecycle events for a specific issuer, including trust changes, key rotations, suspensions, and governance actions.

Parameters

id
string
required
The UUID of the issuer
limit
integer
Maximum number of events to return (default: 50)
offset
integer
Offset for pagination

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Event list

items
object[]