API reference
Private reply (DM) to the commenter — once per comment, within 7 days
POST
/comments/{id}/private-replyAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/comments/string/private-reply" \ -H "Content-Type: application/json" \ -d '{ "text": "string" }'{ "ok": true, "recipient_id": "string", "external_id": "string"}