asi
developers
SmartLink
ESP Updates
Connect
Home
---
Smart Link API
---
Developer Console
Authentication & Authorization
API Resources
Error Codes & Responses
Smart Link Developer Console
List Methods
|
Expand Methods
Application Credentials
Application ID / API Key:
Application Secret:
Products
Please wait ....
GET
Find a Product
/v1/products/search?q={q}&page={page}&rpp={rpp}&sort={sort}&dl={dl}
json
xml
Parameter
Value
Type
Description
q
required
String
Search query
page
optional
Int32
Page number
rpp
optional
Int32?
Results per page
sort
optional
String
Sort
dl
optional
String
Dimension List
Try it!
GET
Retrieve a Product
/v1/products/{id}
json
xml
Parameter
Value
Type
Description
id
required
Int32
Product identifier
Try it!
Suppliers
GET
Find Suppliers
/v1/suppliers/search?q={q}&page={page}&rpp={rpp}&sort={sort}&dl={dl}
json
xml
Parameter
Value
Type
Description
q
required
String
Search query
page
optional
Int32
Page number
rpp
optional
Int32?
Results per page
sort
optional
String
Sort
dl
optional
String
Dimension List
Try it!
GET
Retrieve a Supplier
/v1/suppliers/{id}
json
xml
Parameter
Value
Type
Description
id
required
Int32
Id
Try it!
Media
GET
Redirect to media
/v1/media/{id}?size={size}&dl={dl}
Parameter
Value
Type
Description
id
required
Int32
size
optional
String
dl
optional
Boolean
Try it!
Legal
GET
Retrieve License Agreement
/v1/legal/tos
json
xml
Try it!
POST
Consent to License Agreement
/v1/legal/tos/consent
json
xml
Parameter
Value
Type
Description
signature
required
String
Signature
Try it!
Lists
GET
Auto-Complete
/v1/lists/auto_complete/{dimension}?term={term}
json
xml
Parameter
Value
Type
Description
dimension
required
String
Dimension
term
required
String
Search term
Try it!
GET
Industry News
/v1/lists/news
json
xml
Try it!
GET
Retrieve News Article
/v1/lists/news/{id}
json
xml
Parameter
Value
Type
Description
id
required
Int32
Try it!