Comments
Authorizations
blotato-api-keystringRequired
Query parameters
limitinteger ยท min: 1 ยท max: 250OptionalDefault:
Maximum number of comments to return. Defaults to 50.
50cursorstringOptional
Opaque cursor returned by a previous call. Pass it to fetch the next page.
accountIdstringOptional
Filter to comments belonging to a single connected account.
postIdstringOptional
Filter to comments on a single Blotato-published post.
Responses
200
Default Response
application/json
cursorstringOptional
Cursor for the next page. Absent when there are no more comments.
404
Not found
application/json
422
Validation error
application/json
500
Server error
application/json
get
/v2/commentsAuthorizations
blotato-api-keystringRequired
Body
postIdstringRequired
Blotato id of the published post to comment on.
textstring ยท min: 1 ยท max: 10000Required
Plain-text comment body.
Responses
201
Default Response
application/json
404
Not found
application/json
422
Validation error
application/json
429
Rate limit exceeded
application/json
500
Server error
application/json
post
/v2/commentsLast updated