cURL
curl --request GET \ --url http://localhost:3001/portal-api/extended_attributes/{extended_attribute_id}/default-attributes \ --header 'Authorization: <api-key>'
[ { "AddToKeyMetadata": true, "ID": 1, "Label": "First Name" } ]
Get attributes added to this extended model by default
UID of extended attribute
1
OK
If set to true the value for this default attribute will be injected in the credential metadata
true
UID of this default attribute
Name of default attribute field
"First Name"
Was this page helpful?