Skip to main content
GET
/
extension
cURL
curl -X GET "https://api.smooth.sh/api/v1/extension" \
     -H "apikey: YOUR_API_KEY"
{
  "r": [
    {
      "id": "<string>",
      "file_name": "<string>",
      "creation_time": 123
    }
  ]
}

Authorizations

apikey
string
header
required

Response

200 - application/json

List of extensions

r
Extension · object[]
required