curl --location --request GET 'https://v1.api.partnerpage.io/api/directory/private/v1alpha/directories/forms/defaults/contact-request/' \
--header 'Authorization;'
{
"title": "Default Contact Request Form",
"fields": [
{
"type": "TextField",
"attributes": {
"label": "First Name",
"placeholder": "John",
"export_label": "first_name",
"system_key": "first_name",
"required": true,
"order": 0
}
}
]
}
Authorization: ********************