curl https://api.truthlocks.com/v1/announcements \
-H "X-API-Key: tlk_your_key_here"
{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"tenant_id": "440e8400-e29b-41d4-a716-446655440000",
"source_platform": "Truthlock Platform",
"subject": "Scheduled maintenance window",
"body": "We will perform scheduled maintenance on April 20 from 02:00 to 04:00 UTC. No downtime is expected.",
"priority": "NORMAL",
"is_read": false,
"created_at": "2026-04-14T10:00:00Z",
"updated_at": "2026-04-14T10:00:00Z"
},
{
"id": "660e8400-e29b-41d4-a716-446655440000",
"tenant_id": "440e8400-e29b-41d4-a716-446655440000",
"source_platform": "Truthlock Platform",
"subject": "New signing key algorithm support",
"body": "Ed25519 keys are now the default for all new issuers.",
"priority": "NORMAL",
"is_read": true,
"external_link": "https://docs.truthlocks.com/changelog",
"created_at": "2026-04-10T08:00:00Z",
"updated_at": "2026-04-10T09:15:00Z"
}
]
}
Retrieve platform announcements for your tenant.
curl https://api.truthlocks.com/v1/announcements \
-H "X-API-Key: tlk_your_key_here"
{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"tenant_id": "440e8400-e29b-41d4-a716-446655440000",
"source_platform": "Truthlock Platform",
"subject": "Scheduled maintenance window",
"body": "We will perform scheduled maintenance on April 20 from 02:00 to 04:00 UTC. No downtime is expected.",
"priority": "NORMAL",
"is_read": false,
"created_at": "2026-04-14T10:00:00Z",
"updated_at": "2026-04-14T10:00:00Z"
},
{
"id": "660e8400-e29b-41d4-a716-446655440000",
"tenant_id": "440e8400-e29b-41d4-a716-446655440000",
"source_platform": "Truthlock Platform",
"subject": "New signing key algorithm support",
"body": "Ed25519 keys are now the default for all new issuers.",
"priority": "NORMAL",
"is_read": true,
"external_link": "https://docs.truthlocks.com/changelog",
"created_at": "2026-04-10T08:00:00Z",
"updated_at": "2026-04-10T09:15:00Z"
}
]
}
{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"tenant_id": "440e8400-e29b-41d4-a716-446655440000",
"source_platform": "Truthlock Platform",
"subject": "Scheduled maintenance window",
"body": "We will perform scheduled maintenance on April 20 from 02:00 to 04:00 UTC. No downtime is expected.",
"priority": "NORMAL",
"is_read": false,
"created_at": "2026-04-14T10:00:00Z",
"updated_at": "2026-04-14T10:00:00Z"
},
{
"id": "660e8400-e29b-41d4-a716-446655440000",
"tenant_id": "440e8400-e29b-41d4-a716-446655440000",
"source_platform": "Truthlock Platform",
"subject": "New signing key algorithm support",
"body": "Ed25519 keys are now the default for all new issuers.",
"priority": "NORMAL",
"is_read": true,
"external_link": "https://docs.truthlocks.com/changelog",
"created_at": "2026-04-10T08:00:00Z",
"updated_at": "2026-04-10T09:15:00Z"
}
]
}
curl https://api.truthlocks.com/v1/announcements \
-H "X-API-Key: tlk_your_key_here"
| Priority | Description |
|---|---|
NORMAL | General platform updates and informational messages. |
URGENT | Time-sensitive changes that may affect your workflows. |
CRITICAL | Security alerts or service disruptions requiring immediate attention. |