Get OAuth Service Configuration
- Print
- DarkLight
- PDF
Get OAuth Service Configuration
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
}
object
configurations
Array of object
object
_id
string
service
string
clientId
string
success
boolean
Was this article helpful?