Edit zoom secret

update zoom secret

post
/v0/cms/zoom/update

update zoom secret

Authorizations
AuthorizationstringRequired
Body
accountIdstringOptional
clientIdstringOptional
clientSecretstringOptional
Responses
200

Response

application/json
post
/v0/cms/zoom/update
POST /v0/cms/zoom/update HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 60

{
  "accountId": "text",
  "clientId": "text",
  "clientSecret": "text"
}
200

Response

{
  "message": "success",
  "status": true
}

Last updated