Config
Upsert Config
POST
/
api
/
v2
/
public
/
config
This API checks for an existing config based on a specified config_id
(if not provided, the config_id
defaults to the linked_account_id
.) If the config exists, it returns the existing setup or else creates a new config.
Request description
Headers
linked_account_id
string
requiredUnique customer identification id. For Eg: markwood@some_email.com
Body Parameters
slug
string
requiredApplication slug. Eg: mailerlite
config_id
string
A unique id for the config. If not provided, linked_account_id
is considered as the config_id
by default.
labels
object
An object containing dynamic mapping of user specified fields.
Response description
slug
string
Application slug
config_id
string
Unique ID of the created config
fields
array
Global input fields of an application
workflows
array
Published workflows of the application