Retrieve enabled social providers

Retrieves a list of all enabled social providers for the Tenant.

GET
/v2/manage/providers/active

Retrieves a list of all enabled social providers for the Tenant.

Authorization

M2MBearerToken
AuthorizationBearer <token>

M2M Token for authentication

In: header

Response Body

application/json

application/json

curl -X GET "https://api.loginradius.com/v2/manage/providers/active"
{
  "Data": [
    {
      "ProviderName": "ExampleProvider",
      "IsActive": true
    }
  ]
}
{
  "Message": "Access Unauthorized",
  "Description": "Access Unauthorized, please use valid authorization to access this endpoint.",
  "ErrorCode": 6002
}