curl --request GET \
--url https://api.getfernand.com/organization/custom-data \
--header 'X-API-Key: <api-key>'{
"endpoint": "https://api.piedpiper.com/customer-data",
"headers": {
"Authorization": "Bearer token123",
"X-API-Key": "key456"
},
"template": "<div>{{ customer.name }}</div>",
"is_enabled": true,
"test_email": "test@customer.com"
}curl --request GET \
--url https://api.getfernand.com/organization/custom-data \
--header 'X-API-Key: <api-key>'{
"endpoint": "https://api.piedpiper.com/customer-data",
"headers": {
"Authorization": "Bearer token123",
"X-API-Key": "key456"
},
"template": "<div>{{ customer.name }}</div>",
"is_enabled": true,
"test_email": "test@customer.com"
}Custom data configuration retrieved successfully.
API endpoint URL to fetch custom data.
"https://api.piedpiper.com/customer-data"
Custom HTTP headers for API requests.
Show child attributes
{
"Authorization": "Bearer token123",
"X-API-Key": "key456"
}Jinja2 template for rendering custom data.
"<div>{{ customer.name }}</div>"
Whether custom data panel is enabled.
true
Test email address for template validation.
"test@customer.com"
Was this page helpful?