Skip to main content
GET
/
products
/
stop-list
Get stop list
curl --request GET \
  --url https://integrations.clopos.com/open-api/v2/products/stop-list \
  --header 'x-token: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": 123,
      "limit": 123,
      "timestamp": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.clopos.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-token
string
header
required

JWT access token obtained from /v2/auth endpoint

Query Parameters

filters[0][0]
string

Filter field name. Use 'id' to filter by product ID.

Example:

"id"

filters[0][1]
integer[]

Array of product IDs to filter

Response

Stop list retrieved successfully

success
boolean
required
data
object[]
required