Authorizations
Bearer token with Platform JWT token or API Key.
Path Parameters
Response
Thread restored.
curl --request POST \
  --url https://api.revong.com/api/v1/assistant/threads/{id}/restore \
  --header 'Authorization: Bearer <token>'Restore a thread by ID.
curl --request POST \
  --url https://api.revong.com/api/v1/assistant/threads/{id}/restore \
  --header 'Authorization: Bearer <token>'Bearer token with Platform JWT token or API Key.
Thread restored.