API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
/v2/number_management/numbers
Description
Details on your question, workflow or the problem you’re trying to solve.
keyword search on List Phone Numbers API does not seem to work. As soon as I include a keyword search in the parameters of the GET request, it returns an empty list.
Error?
The full error message or issue you are running into, where applicable.
No errors are thrown
How To Reproduce
Steps to reproduce the behavior:
- Get token from https://zoom.us/oauth/token
- use said token as Bearer token in the Authorization header
- set query parameters as keyword=<10-digit phone number>
- send an HTTP GET request to /v2/number_management/numbers
- I get:
{
“page_size”: 30,
“numbers”:
}