Get zoom secret

get zoom secret

get
/v0/cms/zoom/detail

used to create zoom meeting

Authorizations
AuthorizationstringRequired
Responses
200

Response

application/json
get
/v0/cms/zoom/detail
GET /v0/cms/zoom/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200

Response

{
  "message": "success",
  "status": true,
  "data": {
    "clientId": "text",
    "clientSecret": "text",
    "userId": "text",
    "accountId": "text"
  }
}

Last updated