Taker · AsyncAPI Specification

Taker Webhooks

Version

View Spec View on GitHub CompanyRestaurant TechnologyOnline OrderingFood DeliveryDelivery IntegrationWebhookSaudi ArabiaMENAAsyncAPIEvents

AsyncAPI Specification

taker-webhooks.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://api.help.taker.io/
docs: https://api.help.taker.io/
spec_type: Webhooks
transport: HTTP POST (application/json)
description: >-
  The Taker GO integration API delivers order lifecycle updates asynchronously
  via webhooks. Both the DSP and restaurant integration surfaces receive status
  callbacks; the restaurant surface additionally receives failed-assignment
  notifications. No AsyncAPI document is published by the provider.
webhooks:
  - name: dsp_order_status
    direction: Taker -> DSP
    method: POST
    endpoint: /webhooks/public
    payload: Order status update, with optional driver details (name, phone, rating).
  - name: restaurant_order
    direction: Taker -> Restaurant
    method: POST
    endpoint: "{ORGANIZATION_URL}/takergo/v2/webhook/order"
    payload: >-
      Comprehensive order status update including assigned DSP information and
      driver details.
  - name: restaurant_attempts
    direction: Taker -> Restaurant
    method: POST
    endpoint: "{ORGANIZATION_URL}/takergo/v2/webhook/attempts"
    payload: Notification when a delivery assignment attempt fails.
status_reference:
  dsp_statuses:
    - {name: NO_STATUS, code: 0}
    - {name: PENDING, code: 11}
    - {name: ASSIGNED, code: 12}
    - {name: WAY_TO_STORE, code: 13}
    - {name: ARRIVED_AT_STORE, code: 14}
    - {name: WAY_TO_CUSTOMER, code: 15}
    - {name: NEAR_CUSTOMER, code: 16}
    - {name: DELIVERED, code: 21}
    - {name: CANCELED, code: 31}
    - {name: RETURNED, code: 32}
    - {name: DSP_ISSUE, code: 33}
    - {name: NOT_SENT, code: 34}
  restaurant_statuses:
    - {name: NOT_ASSIGNED, code: 1}
    - {name: ASSIGNED, code: 2}
    - {name: COLLECTING_ORDER, code: 3}
    - {name: ON_THE_WAY, code: 4}
    - {name: DELIVERED, code: 5}
    - {name: CANCELED, code: 6}
    - {name: FAILED_TO_ASSIGN, code: 7}
    - {name: NEAR_PICK_UP, code: 8}
    - {name: AT_PICK_UP, code: 9}
    - {name: NEAR_DELIVERY, code: 10}
    - {name: AT_DELIVERY, code: 11}
    - {name: RETURNING, code: 12}
    - {name: RETURNED, code: 13}
    - {name: RE_ASSIGNING, code: 14}

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/taker-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.