GET route by package status?
Monday, November 26, 2018 at 11:01amWhat route do I use to retrieve packages only with the status of 'DRAFT'?
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: GET route by package status?
Monday, November 26, 2018 at 11:10amHTTP Request GET /api/packages?from=0&to=9&status=DRAFT HTTP Headers Accept: application/json Content-Type: application/json Authorization: Basic api_key Response Payload { "count": 1808, "results":[......] }Hope this could help! Duo