cURL
curl --request GET \ --url https://api.bunny.net/compute/script/{id}/secrets \ --header 'AccessKey: <api-key>'
{ "Secrets": [ { "Id": 123, "Name": "<string>", "LastModified": "2023-11-07T05:31:56Z" } ] }
API Access Key authorization header
The ID of the script to list secrets
The list of secrets for the script.
Show child attributes
Was this page helpful?