This endpoint gives access to the list of third-party SDKs found within an app during scanning.
See the Introduction for an overview of the API and information relevant to all API operations.
This endpoint returns a JSON object with sdks_in_mobile_apps
and pagination_information
keys. sdks_in_mobile_apps
provides a paginated list of SDKs that are contained within particular mobile apps. It may return a given SDK multiple
times: once for each app it is contained within.
It also returns pagination_information
, which provides details about the total number of entries for the current
query, and the cursor for accessing the next page of results for the current query.
The endpoint supports the following query parameters:
true
false
1 | GET https://api.securetheorem.com/apis/mobile_security/results/v2/sdks_in_mobile_apps?mobile_app_id=4567 |
1 | { |
For any SDK response within the sdks_in_mobile_app
object, it may include the following fields:
associated_security_finding_target_ids
associated_domains
license_information
license
: States the license type.detail
: States details such as version or if the license has been modified.sdk_dependency_relationship
This endpoint gives general information about SDKs, independent of any particular mobile app. Each SDK will report the apps it is included in, and any security findings that relate to it across those apps.
1 | GET https://api.securetheorem.com/apis/mobile_security/results/v2/sdks |
1 | { |
This endpoint returns information about the mobile apps that use this SDK.
1 | GET https://api.securetheorem.com/apis/mobile_security/results/v2/sdks/:sdk_id/mobile_apps |
1 | { |