Edit gmeet secret
update gmeet secret
Authorizations
AuthorizationstringRequired
Query parameters
redirect_uristringOptional
redirected uri after login google
Body
credentialstring · binaryOptional
oauth credential file from goole api
Responses
200
Response
application/json
post
/v0/cms/gmeet/updatePOST /v0/cms/gmeet/update HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 23
{
"credential": "binary"
}200
Response
{
"data": "text",
"message": "success",
"status": true
}To update the Gmeet secret, you must use the endpoint above to obtain a generated Google OAuth login URL. Log in to Google using the generated URL, and then fetch the endpoint provided below.
authorize gmeet
Authorizations
AuthorizationstringRequired
Query parameters
redirect_uristringOptional
redirected uri after login google
codestringOptional
generated code after google oauth login
Responses
200
Response
application/json
post
/v0/cms/gmeet/authorizePOST /v0/cms/gmeet/authorize HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"message": "success",
"status": true
}Last updated