Etsy · JSON Structure

Open Api V3 Pong Structure

A confirmation that the current application has access to the Open API

Type: object Properties: 1
MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Pong is a JSON Structure definition published by Etsy, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

application_id

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/etsy/refs/heads/main/json-structure/open-api-v3-pong-structure.json",
  "name": "Pong",
  "description": "A confirmation that the current application has access to the Open API",
  "type": "object",
  "properties": {
    "application_id": {
      "type": "int64",
      "description": "The authenticated application's ID",
      "minimum": 1,
      "example": 1
    }
  }
}