Get OAuth Service Configuration

Prev Next
Get
/api/v1/service.configurations

List out all the active OAuth services configured with details.

Responses
200

OK

Success Example
{
  "configurations": [
    {
      "_id": "Hq5ahzz9MWWCdeDJ8",
      "service": "google",
      "clientId": "xxxxx"
    },
    {
      "_id": "57kavS22achLH33PE",
      "service": "apple",
      "clientId": "xxxxxx"
    }
  ],
  "success": true
}
Expand All
object
configurations
Array of object
object
_id
string
service
string
clientId
string
success
boolean