Skip to main content
GET
/
auth
/
providers
/
list
List all authentication providers
curl --request GET \
  --url https://rxresu.me/api/openapi/auth/providers/list \
  --header 'x-api-key: <api-key>'
{
  "credential": "Password",
  "google": "Google",
  "github": "GitHub",
  "custom": "Custom OAuth"
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Response

200 - application/json

OK

credential
string
default:Password

The display name for the Password authentication provider.

google
string
default:Google

The display name for the Google authentication provider.

github
string
default:GitHub

The display name for the GitHub authentication provider.

custom
string
default:Custom OAuth

The display name for the Custom OAuth authentication provider.