Skip to content
auth

/api/v1/auth/config

GET
/api/v1/auth/config
curl --request GET \
--url https://dpg.example.com/api/v1/auth/config

Default Response

Media typeapplication/json
object
selfSignupAllowed
required
boolean
loginChannels
required
Array<string>
Allowed values: email phone
Example
{
"loginChannels": [
"email"
]
}