Skip to content

Public Articles List

Request

Cursor-paginated list of articles.

Query
cursorstring or null(Cursor)

Opaque cursor from prior page

modified_sincestring or null, (date-time)(Modified Since)

ISO-8601 lower bound on updated_at. Applied only on the first page; the cursor is a strict super-set thereafter.

limitinteger or null, [ 1 .. 500 ](Limit)
include_deletedboolean(Include Deleted)

When true, include soft-deleted articles (hidden by default).

Default:false
Headers
authorizationstring or null(Authorization)

Bearer <mrc_live_…> API key

curl -i -X GET \
  'https://docs.mercura.ai/_mock/openapi/articles?cursor=string&modified_since=2019-08-24T14%3A15%3A22Z&limit=1&include_deleted=false' \
  -H 'authorization: string'

Responses

Successful Response

Bodyapplication/json
dataArray of objects(Data)required
Example:
[ { "article_number": "LEU-1500-50-840", "category": "Feuchtraumleuchte", "created_at": "2026-01-15T08:30:00Z", "custom_attributes": {}, "delivery_quantity": "1", "description": "LED-Feuchtraumwannenleuchte, 1500 mm, 50 W, 6500 lm, 4000 K neutralweiß, Schutzart IP65, Polycarbonat-Gehäuse, inkl. Durchgangsverdrahtung.", "ean_number": "4260001234562", "etim_features": [], "id": "LEU-1500-50-840", "is_deleted": false, "is_diverse": false, "is_legacy_article": false, "list_price": "89.90", "manufacturer": "Lumaris", "manufacturer_article_number": "LM-DP1500-50", "name": "LED-Feuchtraumleuchte 1500 mm 50 W 4000 K IP65", "series": "AquaLine PRO", "tags": [], "unit": "Stk", "updated_at": "2026-07-14T09:12:44Z" } ]
next_cursorstring or null(Next Cursor)
Response
{ "data": [ {} ], "next_cursor": "string" }