Types
CustomerCardConfigApiHeaderInput
An API header that will be sent to the configured API URL.
input
CustomerCardConfigApiHeaderInputFields
name
String!
required
The name of the header, trimmed and treated case insensitively for deduplication purposes (min length: 1, max length: 100). Not all header names are allowed.
value
String!
required
The value of the header, treated case sensitively for deduplication purposes (min length: 1, max length: 500).

