Config
Get Config by ID
GET
/
api
/
v2
/
public
/
slug
/
:slug
/
config
/
:config_id
This API retrieves the config for an application using its unique identifier.
Request description
Headers
linked_account_id
string
requiredUnique customer identification id. For Eg: markwood@some_email.com
Path Parameters
slug
string
requiredApplication Slug. Eg: docusign
config_id
string
Id of the config to be fetched. If not provided, linked_account_id
is considered by default.
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