Skip to main content
GET
/
api
/
partner
/
v1
Get API metadata
curl --request GET \
  --url https://app.eat-now.io/api/partner/v1
{
  "openapi_url": "<string>",
  "docs_ready": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.eat-now.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Partner API metadata

version
enum<string>
required
Available options:
v1
name
enum<string>
required
Available options:
EatNow Partner API
openapi_url
string<uri>
required

Absolute URL of the OpenAPI document for this API version.

docs_ready
boolean
required

Whether the published OpenAPI document is available for rendering and import.