Skip to main content
GET
List comments
Lists every comment on a post. With filter=stream, replies are included and a reply carries parent.id.

Authentication

Use the hmat_ channel token from GET /meta/channels/{id}/token or hookmyapp channels token <channel>. Do not use an hmok_ API key for this call.

Path parameters

string
required
The post id, {pageId}_{postId}.

Query parameters

string
Use id,from,message,created_time,is_hidden,parent.
string
stream for every comment oldest first, replies included. Omit for top-level comments only.
integer
Page size, up to 100.
string
Cursor from a previous response’s paging.cursors.after.

Example

Successful response