EndpointsPosts
List post comments
GET
/v2/posts/{post_id}/commentsReturns the complete comment thread in chronological order, including deleted-comment placeholders.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
post_id*Post Id
Post ID.
Match
^post_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$