Topics

Retrieve a single topic

get/topics/{id}

Path parameters

idstring required

The Topic ID.

Response

OK

idstring

The ID of the topic.

objectstring

The object type.

namestring

The name of the topic.

descriptionstring

A description of the topic.

default_subscription'opt_in' | 'opt_out'

The default subscription status for the topic.

visibility'public' | 'private'

The visibility of the topic.

created_atstring date-time

Timestamp indicating when the topic was created.

Example response

{
  "id": "78261eea-8f8b-4381-83c6-79fa7120f1cf",
  "object": "topic",
  "name": "Newsletter"
}

Changes