Emails::Topic
Fetch Email Topic
Retrieve a single email topic
get/emails/topics/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "StUvWx",
"workspace_id": 42000,
"name": "Product Updates",
"description": "Updates about our products",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}