---
title: enyDyne API
description: Connect restaurant integrations to enyDyne.
---

# enyDyne API

enyDyne exposes restaurant data through a restaurant-scoped GraphQL API.

Use an API key from a restaurant dashboard to authenticate. Restaurant scope is part of the key: clients never send a restaurant slug or ID with GraphQL queries.

## Start Here

1. [Create and protect an API key](./api-keys.md).
2. [Query restaurant and order data](./graphql.md).

## Endpoint

```text
POST /api/graphql
```

All requests require TLS and this header:

```http
Authorization: Bearer eny_your_api_key
```

<!--
Sitemap

URL: https://docs.enydyne.de/index.md
Title: enyDyne API
Description: Integration documentation for the enyDyne restaurant platform.

URL: https://docs.enydyne.de/api-keys.md
Title: API Keys
Description: Create, use, and revoke restaurant API keys.

URL: https://docs.enydyne.de/graphql.md
Title: GraphQL API
Description: Query restaurant-scoped order data.
-->
