cURL
curl -X GET "https://api.smooth.sh/api/v1/browser/extension" \ -H "apikey: YOUR_API_KEY"
{ "extensions": [ { "id": "<string>", "name": "<string>", "created_at": 123 } ] }
List all uploaded browser extensions.
Successful Response
Response model for listing extensions.
List of uploaded extensions.
Show child attributes
The unique identifier for the extension.
The name of the extension.
The timestamp when the extension was uploaded.