# Recent Items List Endpoint: GET /api/v1/items/recent Version: 1.0.0 ## Query parameters: - `per_page` (number) Page size | Defaults to 10 Example: "2" - `page` (number) Page number | Defaults to 1 Example: "1" - `updated_since` (number) Filter by updated at | If updated since is not provided, the end point functions similar to list endpoint | Number of seconds since the Epoch. Example: "1559120004" - `include` (string) Includes nested association Example: "custom_attributes,photos,options" ## Header parameters: - `Accept` (string) e.g. application/json Example: "application/json" - `Authorization` (string) e.g. Bearer Example: "Bearer " ## Response 400 fields (application/json): - `message` (string) ## Response 401 fields (application/json): - `message` (string) ## Response 200 fields