Skip to main content
GET
/
api
/
partner
/
v1
/
me
Get auth context
curl --request GET \
  --url https://app.eat-now.io/api/partner/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "restaurant": {
    "id": "<string>",
    "name": "<string>",
    "timezone": "<string>"
  },
  "credential": {
    "id": "<string>",
    "name": "<string>",
    "key_prefix": "<string>",
    "scopes": [],
    "last_used_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z"
  }
}

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.

Authorizations

Authorization
string
header
default:your_token_here
required

Restaurant-scoped partner API token passed as Authorization: Bearer <token>.

Response

Authenticated credential context

version
enum<string>
required
Available options:
v1
restaurant
object
required

Restaurant context resolved from the authenticated partner credential.

credential
object
required

Authenticated partner credential metadata, including granted scopes.