Skip to main content
GET
/
api
/
partner
/
v1
/
prescribers
Get all prescribers
curl --request GET \
  --url https://app.eat-now.io/api/partner/v1/prescribers \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "prescriber_1",
      "name": "Hotel Atlas",
      "phone_number": "+212612345678",
      "has_discounts": 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.

Authorizations

Authorization
string
header
default:your_token_here
required

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

Response

All restaurant prescribers ordered by name

data
object[]
required