Extensions
Extensions
Fetch all uploaded extensions
GET
Authorizations
Response
200 - application/json
Successful Response
List of extensions.
Example:
[
{
"extensionId": "ext_abcdef123456",
"filename": "my_extension.zip"
}
]
Was this page helpful?