mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-17 20:45:29 +00:00
.github
_data
_drafts
_includes
_layouts
_news
_plugins
_posts
_publishers
_repo
about
alternatives
assets
extend
integrate
plugin
api.md
app.md
index.md
use
.gitignore
404.md
CNAME
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
blog.html
categories.html
contribute.md
demo.md
deploy.md
digitalocean.md
functions.md
index.md
news.html
newsletter.md
package-lock.json
package.json
plugins.html
postcss.config.js
publishers.html
support.md
tags.html
tailwind.config.js
13 lines
329 B
Markdown
13 lines
329 B
Markdown
---
|
|
title: API
|
|
---
|
|
|
|
# InvenTree API
|
|
|
|
InvenTree ships with an extensive REST API that is used by several native applications:
|
|
- parts of the webinterface
|
|
- InvenTree App (Android/iOS)
|
|
- python module
|
|
|
|
The API is self-documenting. More information is provided in the [documentation](https://docs.inventree.org/en/latest/api/api/).
|