Vendor Operations v0
Note: Sign in to the developer console to build or publish your skill.
Warning: You are viewing the SMAPI v0 API documentation. The current version of SMAPI is Version 1. Switch to v1 to view the latest documentation.
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 |
Last updated: Mar 30, 2022