Skip to main content
inputCreateCustomerCardConfigInput

Fields

title
String!
required

The title of the card (max length: 500 characters).

key
String!
required

The key of the card (must be unique in a workspace, max length: 500 characters, must match regex: [a-zA-Z0-9_-]+).

defaultTimeToLiveSeconds
Int!
required

The default time the card should be cached for if no TTL is provided in the card response. (minimum: 15 seconds, maximum: 1 year or 31,536,000 seconds).

apiUrl
String!
required

The URL from which this card should be loaded (must start with https:// and be a valid URL, max length: 600 characters).

apiHeaders

An array of headers name-value pairs (maximum length of array: 20).