File size: 703 Bytes
0a84888 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
template: api.html
hide:
- toc
- navigation
description: API reference for n8n's public REST API.
contentType: reference
---
<redoc
spec-url="/api/v1/openapi.yml"
disable-search
hide-hostname
theme='{
"typography": {
"fontSize": "14px",
"lineHeight": "1.2em",
"fontFamily": "\"Open sans\", Helvetica, sans-serif",
"headings": {
"fontFamily": "\"Open sans\", Helvetica, sans-serif"
}
},
"sidebar": {
"backgroundColor": "#eaeaea",
"width": "280px"
}
}' />
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
|