Get zoom secret
Last updated
Last updated
GET /v0/cms/zoom/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
{
"message": "success",
"status": true,
"data": {
"clientId": "text",
"clientSecret": "text",
"userId": "text",
"accountId": "text"
}
}