Open API v2 will be deprecated on April 3, 2023. Please begin transitioning to Open API v3 as soon as possible. As of September 29, 2022 all new apps will only be permitted to use Open API v3.

API Documentation

ApiMethod

Overview

A method call from the Etsy API.

Fields

Field Visibility Level Permission Scope Type Description
name public none string The method's descriptive name.
uri public none string The method's URI pattern. Parameters are marked with a leading colon.
params public none ParamList An array of method parameters and types.
defaults public none ParamList An array of default values for parameters. Parameters that lack a default are required.
type public none string The resource type returned by the method.
visibility public none string The method's visibility level. Methods marked "private" require authentication.
http_method public none string The HTTP method used to call the API method.

Associations

This resource has no associations.

Methods

getMethodTable

Method Name getMethodTable
Synopsis Get a list of all methods available.
HTTP Method GET
URI /
Parameters none
Requires OAuth N
Permission Scope none

Open API v3New

Your developer account