Get List of Scan SDKs

Use this API to retrieve a paginated list of SDKs detected during a specific application scan. The response includes each SDK's ID, name, vendor, and default category. Results can be filtered and sorted using optional query parameters for name, vendor, default category, and the package ID.

🗒

Things to Know

  • SDKs returned by this endpoint are scan-detected SDKs and are different from Tracking Technology SDKs, which have custom descriptions and categories.
Path Params
uuid
required

Unique identifier of the application.

uuid
required

Unique identifier the scan.

Query Params
string
enum
Defaults to name

Field to sort by

Allowed:
string
enum
Defaults to asc

Sort direction

Allowed:
integer
≥ 0
Defaults to 0

Page number

integer
1 to 100
Defaults to 10

Page size

string

Filter SDKs whose name contains this value (case-insensitive)

string

Filter SDKs whose vendor contains this value (case-insensitive)

string

Filter SDKs whose default category contains this value (case-insensitive)

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Choose an example:
application/json
*/*