Description:
I am working on /v2/phone/sms/sessions/ {session_id} (Zoom Phone API). About the doc, it said to use the page_size param to define the records the endpoint must retrieve, but when I consume it through postman the endpoint asks for a “count” param. In any case, if I define the “count” param it limits the records count to the defined number but the field “next_page_token” is not in the result set (when I know there are more SMS to return) so I cannot request the next page.
Error:
{
“code”: 300,
“message”: “Validation Failed.”,
“errors”: [
{
“field”: “count”,
“message”: “must not be null”
}
]
}
Let me know if you need more details.
Thank you for your support.