[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-23 UTC."],[[["Retrieves a specific program belonging to a merchant account using a GET request."],["Requires the `name` path parameter to identify the target program with the format `accounts/{account}/programs/{program}`."],["The request body should be empty, and a successful response returns a `Program` object."],["Authorization necessitates the `https://www.googleapis.com/auth/content` OAuth scope."]]],["This document details retrieving a specific program for an account. The core action is a `GET` HTTP request to `https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*/programs/*}`. The `name` path parameter, a string, is required, representing the program's identifier. The request body is empty. A successful response returns a `Program` instance, and OAuth scope `https://www.googleapis.com/auth/content` is needed for authorization. The URL follows gRPC Transcoding syntax.\n"]]