Overview
Retrieve restaurant details using a specific restaurant_id.
Request
Endpoint: | /v1/restaurant |
Method: | GET |
Headers: | Authorization: <Your-API-Key> |
When forming your request, include a JSON payload with the specific restaurant_id
you're interested in:
{
"restaurant_id": "your_restaurant_id"
}
Replace your_restaurant_id
with the actual ID of the restaurant you're inquiring about.
Response
Upon submitting the request, the API will provide details related to the given restaurant.
Example Request Body
{
"restaurant_id": "63250dafda6e4c02847e4296"
}
Expected Response
{
"_id": "63250dafda6e3c02447e4296",
"display_name": "Strangers & Saints",
"Collection_links":
[
"643ed94355ef4a74c854fc92"
]
}