Skip to main content
GET
/
audience
/
topics
/
{topicId}
Show a topic
curl --request GET \
  --url https://app.lettr.com/api/audience/topics/{topicId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Topic retrieved successfully.",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "Product updates",
    "description": "Monthly product updates",
    "default_subscription": "opt_in",
    "visibility": "public",
    "contacts_count": 12,
    "created_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

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

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

Retrieve a single topic. Requires the audience:read scope.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

topicId
string<uuid>
required

Topic ID

Response

Topic retrieved successfully.

message
string
required
Example:

"Topic retrieved successfully."

data
object
required