Functions
Get the linked repository
The link and its last deploy. Never returns the webhook secret.
get/v1/functions/{functionId}/git-link
Path parameters
functionIdstring required
Zavu Function ID.
Response
The link.
Example response
{
"link": {
"owner": "acme",
"repo": "order-bot",
"branch": "main"
},
"webhookSecret": "ghs_a1b2c3..."
}