Documentation Index

Fetch the complete documentation index at: https://docs.restaurant365.com/llms.txt

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

Setting Up Postman for the R365 Public API

Prev Next

Early Adopter (Closed)

The R365 Public API is currently available to a closed Early Adopter group. Restaurant365 is incorporating participant feedback before it opens access more broadly. Learn more about requesting R365 Public API access.

Postman requests to the R365 Public API are configured once at the environment and collection level.


Configure the Postman Environment

Follow these steps to set up a Postman environment and collection for the R365 Public API:

1) Create an environment with two variables: token and customerInstance.

2) Mark the token variable as a secret type.

  • Marking the variable as secret keeps it hidden in shared collections.

3) Set the collection's base URL to https://api.restaurant365.com/public.

4) Add the Authorization and x-r365-context-tenant-id headers at the collection level, using the environment variables, so every request in the collection inherits them.

Key

Value

Authorization

Bearer {{token}}

x-r365-context-tenant-id

{{customerInstance}}