mirror of
https://github.com/directus/directus.git
synced 2026-01-24 18:18:02 -05:00
1.6 KiB
1.6 KiB
pageClass
| pageClass |
|---|
| page-reference |
REST API
The Directus dynamic REST API includes a comprehensive set of endpoints that covers every feature of the platform. Along with the GraphQL API, it is the primary way to interact with the content of your database.
::: tip API Authentication
To access any of these REST API endpoints, you'll first need to authenticate or request data that has been set to public.
:::
::: tip Items Endpoint
Chances are you're looking for how to interact with Items, the atomic content unit within Directus. If so, please jump ahead to the Items Endpoint section of the API Reference.
:::