---
title: "Order Accepted"
method: POST
path: "/orders/{id}/accept"
tags: ["Order API Order Platform Webhooks"]
---

# Order Accepted

`POST /orders/{id}/accept`

This endpoint needs to be implemented on the order platform. This endpoint allows GrubOne to indicate an order coming from the order platform is accepted by the partner.

## Path parameters

- `id` string, required

## Response `204`

Successful response OK

## Other responses

- `400` — Bad request
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/revisions/21688b6dcb69/schema)
