mirror of
https://github.com/pretix/pretix.git
synced 2025-12-09 00:42:28 +00:00
21 lines
450 B
ReStructuredText
21 lines
450 B
ReStructuredText
.. _`rest-api`:
|
|
|
|
REST API
|
|
========
|
|
|
|
This part of the documentation contains information about the REST-style API
|
|
exposed by pretix since version 1.5 that can be used by third-party programs
|
|
to interact with pretix and its data structures.
|
|
|
|
Currently, the API provides mostly read-only capabilities, but it will be extended
|
|
in functionality over time.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
fundamentals
|
|
auth
|
|
resources/index
|
|
ratelimit
|
|
webhooks
|