Fetch an uploaded extension
curl --request GET \ --url https://api.flyingraccoon.tech/extensions/{extensionId} \ --header 'raccoon-secret-key: <api-key>'
{ "extensionId": "ext_abcdef123456", "filename": "my_extension.zip" }
The ID of the extension
Unique identifier for the extension.
"ext_abcdef123456"
Name of the extension file.
"my_extension.zip"
Was this page helpful?