Inbox
Authorizations
blotato-api-keystringRequired
Query parameters
limitinteger ยท min: 1 ยท max: 250OptionalDefault:
Maximum number of chats to return. Defaults to 50.
50cursorstringOptional
Opaque cursor returned by a previous call. Pass it to fetch the next page.
Responses
200
Default Response
application/json
cursorstringOptional
Cursor for the next page. Absent when there are no more chats.
404
Not found
application/json
422
Validation error
application/json
500
Server error
application/json
get
/v2/inbox/chatsAuthorizations
blotato-api-keystringRequired
Path parameters
chatIdstringRequired
Query parameters
limitinteger ยท min: 1 ยท max: 250OptionalDefault:
Maximum number of chat items to return. Defaults to 50.
50cursorstringOptional
Opaque cursor returned by a previous call. Pass it to fetch the next page.
Responses
200
Default Response
application/json
itemsone of[]Required
Merged list of messages and comments.
or
cursorstringOptional
Cursor for the next page. Absent when there are no more items.
404
Not found
application/json
422
Validation error
application/json
500
Server error
application/json
get
/v2/inbox/chats/{chatId}/itemsLast updated