Skip to main content
GET
/
order
/
get_skipped_scans
Order - Get Skipped Scans
curl --request GET \
  --url https://api.skulabs.com/order/get_skipped_scans \
  --header 'Authorization: Bearer <token>'
{
  "scans": [
    {
      "_id": "507f1f77bcf86cd799439011",
      "quantity": 123,
      "user_ids": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string<date>
required

Start date

Example:

"2024-01-01"

end
string<date>
required

End date

Example:

"2024-12-31"

Response

Skipped scan records

scans
object[]
required

Aggregated skipped scan records