POST
/topics
Create Topic
Compatibility endpoint to create topic data.
Compatibility endpoint to create topic data.
curl -X POST "http://localhost:8080/v1/topics" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"name": "product-updates",
"description": "Product announcements and update notices"
}'
{
"id": "id_123"
}
{
"name": "product-updates",
"description": "Product announcements and update notices"
}