curl --request GET \
--url https://api.bunny.net/compute/script/{id}/code \
--header 'AccessKey: <api-key>'{
"LastModified": "2023-11-07T05:31:56Z",
"Code": "<string>"
}The code of the script with the requested ID
curl --request GET \
--url https://api.bunny.net/compute/script/{id}/code \
--header 'AccessKey: <api-key>'{
"LastModified": "2023-11-07T05:31:56Z",
"Code": "<string>"
}Was this page helpful?