[null,null,["Last updated 2024-04-05 UTC."],[],[],null,["# Method: projects.apps.safetyNetConfig.batchGet\n\n| The SafetyNet Attestation API is deprecated and has been replaced by the Play Integrity API. Support for SafetyNet will be removed from App Check by the migration deadline. We strongly recommend that App Check customers [migrate to the Play Integrity API](https://firebase.google.com/docs/app-check/android/play-integrity-provider). [Learn more](https://developer.android.com/training/safetynet/deprecation-timeline).\nAtomically gets the [SafetyNetConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.safetyNetConfig#SafetyNetConfig)s for the specified list of apps.\n\n### HTTP request\n\n`GET https://firebaseappcheck.googleapis.com/v1beta/{parent=projects/*}/apps/-/safetyNetConfig:batchGet`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent project name shared by all [SafetyNetConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.safetyNetConfig#SafetyNetConfig)s being retrieved, in the format projects/{project_number} The parent collection in the `name` field of any resource being retrieved must match this field, or the entire batch fails. |\n\n### Query parameters\n\n| Parameters ||\n|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `names[]` | `string` Required. The relative resource names of the [SafetyNetConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.safetyNetConfig#SafetyNetConfig)s to retrieve, in the format projects/{project_number}/apps/{app_id}/safetyNetConfig A maximum of 100 objects can be retrieved in a batch. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\n| The SafetyNet Attestation API is deprecated and has been replaced by the Play Integrity API. Support for SafetyNet will be removed from App Check by the migration deadline. We strongly recommend that App Check customers [migrate to the Play Integrity API](https://firebase.google.com/docs/app-check/android/play-integrity-provider). [Learn more](https://developer.android.com/training/safetynet/deprecation-timeline).\nResponse message for the [safetyNetConfig.batchGet](/docs/reference/appcheck/rest/v1beta/projects.apps.safetyNetConfig/batchGet#google.firebase.appcheck.v1beta.ConfigService.BatchGetSafetyNetConfigs) method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"configs\": [ { object (/docs/reference/appcheck/rest/v1beta/projects.apps.safetyNetConfig#SafetyNetConfig) } ] } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `configs[]` | `object (`[SafetyNetConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.safetyNetConfig#SafetyNetConfig)`)` [SafetyNetConfig](/docs/reference/appcheck/rest/v1beta/projects.apps.safetyNetConfig#SafetyNetConfig)s retrieved. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/firebase`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]