Links
Comment on page

Get Service configurations

List out all the active OAuth services configured with details.
URL
Requires Auth
HTTP Method
/api/v1/service.configurations
no
GET

Example Call

curl http://localhost:3000/api/v1/service.configurations

Example Result

{
"configurations": [
{
"_id": "Hq5ahzz9MWWCdeDJ8",
"service": "google",
"clientId": "xxxxx"
},
{
"_id": "57kavS22achLH33PE",
"service": "apple",
"clientId": "xxxxxx"
}
],
"success": true
}
Last modified 1yr ago
Deprecation for cloud services and apps is now extended to November 20, 2023. Rocket.Chat versions receive support for six months after release.