AI-generated Key Takeaways
- 
          This method gets a specific mobile carrier using its ID. 
- 
          The request uses a GET HTTP method and includes profileIdandidas path parameters.
- 
          The request body should be empty, and the response body contains a MobileCarrierobject.
- 
          This action requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
Gets one mobile carrier by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/mobileCarriers/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| id | 
 Mobile carrier ID. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of MobileCarrier.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/dfatrafficking