Return the configuration for all integration scripts.
/scripts/config
endpoint returns the configuration for all integration scripts. There are two variants of this endpoint:
/scripts/config?format=nango
- Returns the standard configuration format/scripts/config?format=openai
- Returns the configuration in OpenAI’s function calling format/scripts/config?format=openai
endpoint transforms the script configurations into OpenAI’s function calling format. This format is particularly useful when working with OpenAI’s API to enable function calling capabilities.
The secret key from your Nango environment.
The output type of the script configuration
nango
, openai
Successfully returned integration scripts config
The response is of type object
.