Appearance
Get Products GET
Authorization
Seamless uses Basic Authentication with your agent credentials. (Authentication)
HTTP Request
GET {{ API_URL }}/seamless/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": "4aad4623-a7ff-4757-828b-d396b84f7bb5",
"code": 0,
"message": "Success",
"data": [
"SPADE",
"PRETTY",
"CG",
"MANNA",
"JILI",
...
]
}