Etsy · Schema

Pong

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

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Properties

Name Type Description
application_id integer The authenticated application's ID
View JSON Schema on GitHub

JSON Schema

open-api-v3-pong-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Pong",
  "description": "A confirmation that the current application has access to the Open API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-pong-schema.json",
  "type": "object",
  "properties": {
    "application_id": {
      "type": "integer",
      "description": "The authenticated application's ID",
      "format": "int64",
      "minimum": 1,
      "example": 1
    }
  }
}