API Documentation

⌘K
GET/api/1/excel-addin/manifest

Add-in Manifest

Returns the Excel add-in manifest metadata (name, version, permissions, endpoints) for configuring the add-in in Excel

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/excel-addin/manifest' \
  -H 'Accept: application/json'
200 Response
{
  "id": "string",
  "version": "string",
  "name": "string",
  "description": "string",
  "publisher": "string",
  "permissions": [],
  "functions": {}
}