I have issue of Apis.
{
“error”: {
“code”: 200,
“message”: “Invalid api key or secret.”
}
}
What is the solution?
I have issue of Apis.
{
“error”: {
“code”: 200,
“message”: “Invalid api key or secret.”
}
}
What is the solution?
“message”: “Invalid api key or secret.” < verify that you are using the correct api key and secret
thank you response.
But this Apis has not error.
https://api.zoom.us/v1/user/list?api_key=xxxx&api_secret=xxxx
{
“page_count”: 1,
“page_number”: 1,
“page_size”: 30,
“total_records”: 3,
“users”: [
{
“id”: “xxxx”,
“email”: "xxx,
“first_name”: “xx”,
“last_name”: “xx”,
・・・・・・・・・・
Api_key and api_secret is same.
Do I need another api_key for report?