Method: accounts.projects.deliveries.get

Gets a delivery for a given project.

HTTP request

GET https://mmmdata.googleapis.com/v0/{name=accounts/*/projects/*/deliveries/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the delivery to retrieve. Format: accounts/{account}/projects/{project}/deliveries/{delivery}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Delivery.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/mmm_data
  • https://www.googleapis.com/auth/mmm_data.readonly

For more information, see the OAuth 2.0 Overview.