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

Public API access is currently available for approved Early Access participants. To request access, contact your Customer Success Manager to join the waitlist. Joining the waitlist does not guarantee immediate access or credentials. Availability and pricing are subject to change,

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}}