cURL
curl --request GET \ --url http://localhost:3001/portal-api/extended_attributes/{extended_attribute_id}/default-attributes/{default_attribute_id} \ --header 'Authorization: <api-key>'
{ "AddToKeyMetadata": true, "ID": 1, "Label": "First Name" }
Get a default attribute for a particular extended model
UID of the extended attribute
1
UID of the default attribute
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?