Appearance
Get Products GET
Authorization
Seamless uses Basic Authentication with your agent credentials. (Authentication)
HTTP Request
GET {{ API_URL }}/productsContent Type
Type: application/json
Response Description
| Property | Type | Required | Description |
|---|---|---|---|
reqId | string | Required | Unique reference for each request |
code | number | Required | Response status |
message | string | Required | Additional information on response status |
data | string[] | Required | Query products data |
JSON response example:
json
{
"reqId": "224aa43-bg44-6674-223h-d3235g56jfb3",
"code": 0,
"message": "Success",
"data": [
"SPADE",
"PRETTY",
"CG",
"MANNA",
"JILI",
...
]
}