Skip to content

Get Products GET

Authorization

Seamless uses Basic Authentication with your agent credentials. (Authentication)

HTTP Request

GET {{ API_URL }}/seamless/products

Content Type

Type: application/json

Response Description

PropertyTypeRequiredDescription
reqIdstringRequiredUnique reference for each request
codenumberRequiredResponse status
messagestringRequiredAdditional information on response status
datastring[]RequiredQuery products data

JSON response example:

json
{
  "reqId": "4aad4623-a7ff-4757-828b-d396b84f7bb5",
  "code": 0,
  "message": "Success",
  "data": [
    "SPADE",
    "PRETTY",
    "CG",
    "MANNA",
    "JILI",
    ...
  ]
}