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