Vendor Operations v0


This document describes all API operations related to the vendors resource. Each request must have an Authorization header whose value should be the access token retrieved from Login with Amazon.

See also: Alexa Skills Kit Command Line Interface (ASK CLI) Overview

Get Vendor List

Request

GET /v0/vendors

Response

Body

[
  {
    "id": "{vendor_id}",
    "name": "{vendor_name}",
    "roles": [
      "{role}" // ROLE_ADMINISTRATOR or ROLE_DEVELOPER
    ]
  }
]

Body description

Field Description Parameter Type
vendor_id Unique identifier of vendor associated with the API caller account. Response Body Element
vendor_name Name of vendor. Response Body Element
role Role of API caller for the vendor. Response Body Element

Was this page helpful?

Last updated: Mar 30, 2022