Skip to main content
POST
/
topics
/
suggestions
/
{topic_suggestion_id}
/
accept
Accept Topic Suggestion
curl --request POST \
  --url https://api.peec.ai/customer/v1/topics/suggestions/{topic_suggestion_id}/accept \
  --header 'X-API-Key: <api-key>'
{
  "id": "to_93f790de-5b7a-45ee-b782-61103c81f20d"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

topic_suggestion_id
string
required

Response

Topic suggestion accepted successfully

Topic suggestion accepted successfully

id
string
required
Example:

"to_93f790de-5b7a-45ee-b782-61103c81f20d"