Scan Reports APIs
This section describes the APIs used by the App flow. These endpoints allow clients to: Check the processing status of one or more scans. Fetch on-demand analytical reports for a given scan.
1. Fetch Scan Statuses
Endpoint
POST /mobilesdkapi/facing/scan-statusesDescription
Authentication
x-pensa-access-token: <access_token>
X-Cognito-Username: <app_username>Request
{
"scan_ids": [1234, 5678]
}Response
2. Fetch On-Demand Reports
Endpoint
Description
Authentication
Request
Response
Last updated
Was this helpful?