cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

Use account credentials to get an access token

ranran2121
Newcomer
Newcomer

Hi, 

I need to get the access token in order to make further requests to Zoom APIs with S2S app. I started with the request to the following endpoint

 

const resp = await axios.post(
       "https://zoom.us/oauth/token?grant_type=account_credentials&account_id=<myAccountId>";,
      {},
      {
        headers: {
          Authorization:
            "Basic <myclientId>:<myclientSecret>",  //both encoded
        },
      }
    );

 

however, despite I do NOT get an error back, this is the response

 

console.log(resp.data);

#{
  status: false,
  errorCode: -1,
  errorMessage: 'Illegal base64 character 3a',
  result: null
}

 

I encoded the <myClientid>:<myClientsecret> on a online tool and pasted the response

Could someone give me some hints about why I get this response back

1 REPLY 1

Bort
Zoom Employee
Zoom Employee

Hi @ranran2121 

 

This question would be better suited for the Zoom Developer's Forum, a dedicated forum for API, SDK, and other developer's questions. That forum can be found here: https://devforum.zoom.us/