Browse Dialogues
POST https://app.sociable.how/api/dialogues/browse
For browsing dialogues associated with your persona. Pagination is supported. Note that you will not encounter errors if no dialogues exist at the specified page. Instead, you will receive an empty array of dialogues.
Request Parameters
Parameter | Description | Example |
---|---|---|
page | Must be greater than or equal to one. | 1 |
pageSize (optional) | Size of the page. Must be a number between 1-100 inclusive. Defaults to 25. | 10 |