Get gmeet secret

get gmeet secret

get
/v0/cms/gmeet/detail

used to create google meeting

Authorizations
AuthorizationstringRequired
Responses
200

Response

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

Response

{
  "status": true,
  "data": {
    "access_token": "text",
    "client_id": "text",
    "client_secret": "text",
    "refresh_token": "text"
  },
  "message": "success"
}

Last updated