grubhub · JSON Structure

Grubhub Proxyphone Structure

A masked proxy phone number for communicating with the courier.

Type: object Properties: 2

ProxyPhone is a JSON Structure definition published by grubhub, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

proxy_phone_number expires_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/grubhub/refs/heads/main/json-structure/grubhub-proxyphone-structure.json",
  "name": "ProxyPhone",
  "description": "A masked proxy phone number for communicating with the courier.",
  "type": "object",
  "properties": {
    "proxy_phone_number": {
      "type": "string",
      "description": "The masked phone number that bridges communication between the merchant and the courier."
    },
    "expires_at": {
      "type": "datetime",
      "description": "When this proxy phone number expires."
    }
  }
}