GET
/
v2
/
user-details-config
curl --request GET \
  --url https://{projectId}.frontendapi.corbado.io/v2/user-details-config \
  --header 'Authorization: Bearer <token>'
{
  "fullNameRequired": true,
  "identifiers": [
    {
      "type": "email"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

tbd

The response is of type object.