List Contact's Custom Fields
Returns an array of Custom Contact Fields for the contact.
Path Parameters
dsidstringrequired
The dsid for the contact
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"graph": [
{
"name": "Membership Type",
"indexed": true,
"datatype": "Text",
"api_name": "membership_type",
"value": "Gold"
}
]
}
}