curl --request GET \
--url https://api.example.com/cabinet/auth/oauth/providers{
"providers": [
{
"name": "<string>",
"display_name": "<string>"
}
]
}Get list of enabled OAuth providers.
curl --request GET \
--url https://api.example.com/cabinet/auth/oauth/providers{
"providers": [
{
"name": "<string>",
"display_name": "<string>"
}
]
}Successful Response
Show child attributes