Get a function's source code
Functions
Get a function's source code
Returns the TypeScript source code of a function for a given integration. Requires an API key with the environment:functions:read scope.
GET
Get a function's source code
Requires an API key with the
environment:functions:read scope. Learn more about API key scopes.Authorizations
The secret key from your Nango environment.
Path Parameters
The integration ID (unique_key) that you created in Nango.
The name of the function.
Query Parameters
The function type. Required to disambiguate when multiple functions share the same name.
Available options:
sync, action, on-event