mirror of
https://github.com/pretix/pretix.git
synced 2025-12-23 17:02:26 +00:00
19 lines
354 B
ReStructuredText
19 lines
354 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.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
fundamentals
|
|
auth
|
|
resources/index
|
|
ratelimit
|
|
webhooks
|
|
guides/index
|