Get custom data configuration
Get custom data configuration
GET
Get custom data configuration
Returns the organization’s custom data panel settings.
Authorizations
Response
200 - application/json
Custom data configuration retrieved successfully.
API endpoint URL to fetch custom data.
Example:
"https://api.piedpiper.com/customer-data"
Custom HTTP headers for API requests.
Example:
{
"Authorization": "Bearer token123",
"X-API-Key": "key456"
}Jinja2 template for rendering custom data.
Example:
"<div>{{ customer.name }}</div>"
Whether custom data panel is enabled.
Example:
true
Test email address for template validation.
Example:
"test@customer.com"